Class: ApiBanking::NotificationService::DeleteSubscription::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::DeleteSubscription::Request
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#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
39 40 41 |
# File 'lib/api_banking/soap/notificationService.rb', line 39 def appID @appID end |
#subscriber ⇒ Object
Returns the value of attribute subscriber
39 40 41 |
# File 'lib/api_banking/soap/notificationService.rb', line 39 def subscriber @subscriber end |
#topicName ⇒ Object
Returns the value of attribute topicName
39 40 41 |
# File 'lib/api_banking/soap/notificationService.rb', line 39 def topicName @topicName end |
#version ⇒ Object
Returns the value of attribute version
39 40 41 |
# File 'lib/api_banking/soap/notificationService.rb', line 39 def version @version end |