Class: ApiBanking::NotificationService::SendMessage::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::SendMessage::Request
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#criteriaArray ⇒ Object
Returns the value of attribute criteriaArray.
-
#mergeVarArray ⇒ Object
Returns the value of attribute mergeVarArray.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#referenceNo ⇒ Object
Returns the value of attribute referenceNo.
-
#sendAt ⇒ Object
Returns the value of attribute sendAt.
-
#topicName ⇒ Object
Returns the value of attribute topicName.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def appID @appID end |
#attachment ⇒ Object
Returns the value of attribute attachment
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def @attachment end |
#criteriaArray ⇒ Object
Returns the value of attribute criteriaArray
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def criteriaArray @criteriaArray end |
#mergeVarArray ⇒ Object
Returns the value of attribute mergeVarArray
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def mergeVarArray @mergeVarArray end |
#recipient ⇒ Object
Returns the value of attribute recipient
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def recipient @recipient end |
#referenceNo ⇒ Object
Returns the value of attribute referenceNo
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def referenceNo @referenceNo end |
#sendAt ⇒ Object
Returns the value of attribute sendAt
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def sendAt @sendAt end |
#topicName ⇒ Object
Returns the value of attribute topicName
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def topicName @topicName end |
#version ⇒ Object
Returns the value of attribute version
46 47 48 |
# File 'lib/api_banking/soap/notificationService.rb', line 46 def version @version end |