Class: ApiBanking::NotificationService::DispatchMessage::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::DispatchMessage::Request
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#criteriaArray ⇒ Object
Returns the value of attribute criteriaArray.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def appID @appID end |
#criteriaArray ⇒ Object
Returns the value of attribute criteriaArray
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def criteriaArray @criteriaArray end |
#message ⇒ Object
Returns the value of attribute message
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def @message end |
#recipient ⇒ Object
Returns the value of attribute recipient
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def recipient @recipient end |
#referenceNo ⇒ Object
Returns the value of attribute referenceNo
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def referenceNo @referenceNo end |
#sendAt ⇒ Object
Returns the value of attribute sendAt
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def sendAt @sendAt end |
#topicName ⇒ Object
Returns the value of attribute topicName
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def topicName @topicName end |
#version ⇒ Object
Returns the value of attribute version
63 64 65 |
# File 'lib/api_banking/soap/notificationService.rb', line 63 def version @version end |