Class: ApiBanking::NotificationService::GetTopics::Subscriber

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/notificationService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#customerIDObject

Returns the value of attribute customerID

Returns:

  • (Object)

    the current value of customerID



12
13
14
# File 'lib/api_banking/soap/notificationService.rb', line 12

def customerID
  @customerID
end

#subscribedObject

Returns the value of attribute subscribed

Returns:

  • (Object)

    the current value of subscribed



12
13
14
# File 'lib/api_banking/soap/notificationService.rb', line 12

def subscribed
  @subscribed
end

#unsubscribedObject

Returns the value of attribute unsubscribed

Returns:

  • (Object)

    the current value of unsubscribed



12
13
14
# File 'lib/api_banking/soap/notificationService.rb', line 12

def unsubscribed
  @unsubscribed
end