Class: Campaigning::ClientUpdateAccessAndBilling

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Client.UpdateAccessAndBilling

apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString
accessLevel - SOAP::SOAPInt
username - SOAP::SOAPString
password - SOAP::SOAPString
billingType - SOAP::SOAPString
currency - SOAP::SOAPString
deliveryFee - SOAP::SOAPString
costPerRecipient - SOAP::SOAPString
designAndSpamTestFee - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, clientID = nil, accessLevel = nil, username = nil, password = nil, billingType = nil, currency = nil, deliveryFee = nil, costPerRecipient = nil, designAndSpamTestFee = nil) ⇒ ClientUpdateAccessAndBilling

Returns a new instance of ClientUpdateAccessAndBilling.



1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'lib/campaigning/soap/generated/default.rb', line 1024

def initialize(apiKey = nil, clientID = nil, accessLevel = nil, username = nil, password = nil, billingType = nil, currency = nil, deliveryFee = nil, costPerRecipient = nil, designAndSpamTestFee = nil)
  @apiKey = apiKey
  @clientID = clientID
  @accessLevel = accessLevel
  @username = username
  @password = password
  @billingType = billingType
  @currency = currency
  @deliveryFee = deliveryFee
  @costPerRecipient = costPerRecipient
  @designAndSpamTestFee = designAndSpamTestFee
end

Instance Attribute Details

#accessLevelObject

Returns the value of attribute accessLevel.



1015
1016
1017
# File 'lib/campaigning/soap/generated/default.rb', line 1015

def accessLevel
  @accessLevel
end

#apiKeyObject

Returns the value of attribute apiKey.



1013
1014
1015
# File 'lib/campaigning/soap/generated/default.rb', line 1013

def apiKey
  @apiKey
end

#billingTypeObject

Returns the value of attribute billingType.



1018
1019
1020
# File 'lib/campaigning/soap/generated/default.rb', line 1018

def billingType
  @billingType
end

#clientIDObject

Returns the value of attribute clientID.



1014
1015
1016
# File 'lib/campaigning/soap/generated/default.rb', line 1014

def clientID
  @clientID
end

#costPerRecipientObject

Returns the value of attribute costPerRecipient.



1021
1022
1023
# File 'lib/campaigning/soap/generated/default.rb', line 1021

def costPerRecipient
  @costPerRecipient
end

#currencyObject

Returns the value of attribute currency.



1019
1020
1021
# File 'lib/campaigning/soap/generated/default.rb', line 1019

def currency
  @currency
end

#deliveryFeeObject

Returns the value of attribute deliveryFee.



1020
1021
1022
# File 'lib/campaigning/soap/generated/default.rb', line 1020

def deliveryFee
  @deliveryFee
end

#designAndSpamTestFeeObject

Returns the value of attribute designAndSpamTestFee.



1022
1023
1024
# File 'lib/campaigning/soap/generated/default.rb', line 1022

def designAndSpamTestFee
  @designAndSpamTestFee
end

#passwordObject

Returns the value of attribute password.



1017
1018
1019
# File 'lib/campaigning/soap/generated/default.rb', line 1017

def password
  @password
end

#usernameObject

Returns the value of attribute username.



1016
1017
1018
# File 'lib/campaigning/soap/generated/default.rb', line 1016

def username
  @username
end