Class: ApiBanking::NotificationService::SetSubscription::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



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def appID
  @appID
end

#criteriaArrayObject

Returns the value of attribute criteriaArray

Returns:

  • (Object)

    the current value of criteriaArray



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def criteriaArray
  @criteriaArray
end

#notifyByEmailObject

Returns the value of attribute notifyByEmail

Returns:

  • (Object)

    the current value of notifyByEmail



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def notifyByEmail
  @notifyByEmail
end

#notifyBySMSObject

Returns the value of attribute notifyBySMS

Returns:

  • (Object)

    the current value of notifyBySMS



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def notifyBySMS
  @notifyBySMS
end

#subscriberObject

Returns the value of attribute subscriber

Returns:

  • (Object)

    the current value of subscriber



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def subscriber
  @subscriber
end

#topicNameObject

Returns the value of attribute topicName

Returns:

  • (Object)

    the current value of topicName



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def topicName
  @topicName
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



28
29
30
# File 'lib/api_banking/soap/notificationService.rb', line 28

def version
  @version
end