Class: ApiBanking::NotificationService::DispatchMessage::Email

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/notificationService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentObject

Returns the value of attribute attachment

Returns:

  • (Object)

    the current value of attachment



72
73
74
# File 'lib/api_banking/soap/notificationService.rb', line 72

def attachment
  @attachment
end

#bodyContentObject

Returns the value of attribute bodyContent

Returns:

  • (Object)

    the current value of bodyContent



72
73
74
# File 'lib/api_banking/soap/notificationService.rb', line 72

def bodyContent
  @bodyContent
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



72
73
74
# File 'lib/api_banking/soap/notificationService.rb', line 72

def subject
  @subject
end