Class: ApiBanking::NotificationService::GetTopics::Topic
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::GetTopics::Topic
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#canBeBatched ⇒ Object
Returns the value of attribute canBeBatched.
-
#criteriaDefinitionArray ⇒ Object
Returns the value of attribute criteriaDefinitionArray.
-
#needsSubscription ⇒ Object
Returns the value of attribute needsSubscription.
-
#notifyByEmail ⇒ Object
Returns the value of attribute notifyByEmail.
-
#notifyBySMS ⇒ Object
Returns the value of attribute notifyBySMS.
-
#subscription ⇒ Object
Returns the value of attribute subscription.
-
#subscriptionProvider ⇒ Object
Returns the value of attribute subscriptionProvider.
-
#topicDisplayName ⇒ Object
Returns the value of attribute topicDisplayName.
-
#topicGroup ⇒ Object
Returns the value of attribute topicGroup.
-
#topicName ⇒ Object
Returns the value of attribute topicName.
Instance Attribute Details
#canBeBatched ⇒ Object
Returns the value of attribute canBeBatched
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def canBeBatched @canBeBatched end |
#criteriaDefinitionArray ⇒ Object
Returns the value of attribute criteriaDefinitionArray
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def criteriaDefinitionArray @criteriaDefinitionArray end |
#needsSubscription ⇒ Object
Returns the value of attribute needsSubscription
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def needsSubscription @needsSubscription end |
#notifyByEmail ⇒ Object
Returns the value of attribute notifyByEmail
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def notifyByEmail @notifyByEmail end |
#notifyBySMS ⇒ Object
Returns the value of attribute notifyBySMS
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def notifyBySMS @notifyBySMS end |
#subscription ⇒ Object
Returns the value of attribute subscription
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def subscription @subscription end |
#subscriptionProvider ⇒ Object
Returns the value of attribute subscriptionProvider
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def subscriptionProvider @subscriptionProvider end |
#topicDisplayName ⇒ Object
Returns the value of attribute topicDisplayName
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def topicDisplayName @topicDisplayName end |
#topicGroup ⇒ Object
Returns the value of attribute topicGroup
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def topicGroup @topicGroup end |
#topicName ⇒ Object
Returns the value of attribute topicName
16 17 18 |
# File 'lib/api_banking/soap/notificationService.rb', line 16 def topicName @topicName end |