Class: ApiBanking::NotificationService::SetSubscription::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::SetSubscription::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.
-
#notifyByEmail ⇒ Object
Returns the value of attribute notifyByEmail.
-
#notifyBySMS ⇒ Object
Returns the value of attribute notifyBySMS.
-
#subscriber ⇒ Object
Returns the value of attribute subscriber.
-
#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
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def appID @appID end |
#criteriaArray ⇒ Object
Returns the value of attribute criteriaArray
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def criteriaArray @criteriaArray end |
#notifyByEmail ⇒ Object
Returns the value of attribute notifyByEmail
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def notifyByEmail @notifyByEmail end |
#notifyBySMS ⇒ Object
Returns the value of attribute notifyBySMS
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def notifyBySMS @notifyBySMS end |
#subscriber ⇒ Object
Returns the value of attribute subscriber
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def subscriber @subscriber end |
#topicName ⇒ Object
Returns the value of attribute topicName
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def topicName @topicName end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/api_banking/soap/notificationService.rb', line 28 def version @version end |