Class: ApiBanking::NotificationService::GetTopics::Subscriber
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::GetTopics::Subscriber
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#subscribed ⇒ Object
Returns the value of attribute subscribed.
-
#unsubscribed ⇒ Object
Returns the value of attribute unsubscribed.
Instance Attribute Details
#customerID ⇒ Object
Returns the value of attribute customerID
12 13 14 |
# File 'lib/api_banking/soap/notificationService.rb', line 12 def customerID @customerID end |
#subscribed ⇒ Object
Returns the value of attribute subscribed
12 13 14 |
# File 'lib/api_banking/soap/notificationService.rb', line 12 def subscribed @subscribed end |
#unsubscribed ⇒ Object
Returns the value of attribute unsubscribed
12 13 14 |
# File 'lib/api_banking/soap/notificationService.rb', line 12 def unsubscribed @unsubscribed end |