Variable StepResult.attachments

The list of attached files

class StepResult
{
  // ...
  Attachment[] attachments ;
  // ...
}