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



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

def appID
  @appID
end

#criteriaArrayObject

Returns the value of attribute criteriaArray



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

def criteriaArray
  @criteriaArray
end

#notifyByEmailObject

Returns the value of attribute notifyByEmail



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

def notifyByEmail
  @notifyByEmail
end

#notifyBySMSObject

Returns the value of attribute notifyBySMS



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

def notifyBySMS
  @notifyBySMS
end

#subscriberObject

Returns the value of attribute subscriber



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

def subscriber
  @subscriber
end

#topicNameObject

Returns the value of attribute topicName



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

def topicName
  @topicName
end

#versionObject

Returns the value of attribute version



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

def version
  @version
end