Class: ApiBanking::NotificationService::DeleteSubscription::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#appIDObject

Returns the value of attribute appID

Returns:

  • (Object)

    the current value of appID



39
40
41
# File 'lib/api_banking/soap/notificationService.rb', line 39

def appID
  @appID
end

#subscriberObject

Returns the value of attribute subscriber

Returns:

  • (Object)

    the current value of subscriber



39
40
41
# File 'lib/api_banking/soap/notificationService.rb', line 39

def subscriber
  @subscriber
end

#topicNameObject

Returns the value of attribute topicName

Returns:

  • (Object)

    the current value of topicName



39
40
41
# File 'lib/api_banking/soap/notificationService.rb', line 39

def topicName
  @topicName
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



39
40
41
# File 'lib/api_banking/soap/notificationService.rb', line 39

def version
  @version
end