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.



1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
# File 'lib/campaigning/soap/generated/default.rb', line 1070

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.



1061
1062
1063
# File 'lib/campaigning/soap/generated/default.rb', line 1061

def accessLevel
  @accessLevel
end

#apiKeyObject

Returns the value of attribute apiKey.



1059
1060
1061
# File 'lib/campaigning/soap/generated/default.rb', line 1059

def apiKey
  @apiKey
end

#billingTypeObject

Returns the value of attribute billingType.



1064
1065
1066
# File 'lib/campaigning/soap/generated/default.rb', line 1064

def billingType
  @billingType
end

#clientIDObject

Returns the value of attribute clientID.



1060
1061
1062
# File 'lib/campaigning/soap/generated/default.rb', line 1060

def clientID
  @clientID
end

#costPerRecipientObject

Returns the value of attribute costPerRecipient.



1067
1068
1069
# File 'lib/campaigning/soap/generated/default.rb', line 1067

def costPerRecipient
  @costPerRecipient
end

#currencyObject

Returns the value of attribute currency.



1065
1066
1067
# File 'lib/campaigning/soap/generated/default.rb', line 1065

def currency
  @currency
end

#deliveryFeeObject

Returns the value of attribute deliveryFee.



1066
1067
1068
# File 'lib/campaigning/soap/generated/default.rb', line 1066

def deliveryFee
  @deliveryFee
end

#designAndSpamTestFeeObject

Returns the value of attribute designAndSpamTestFee.



1068
1069
1070
# File 'lib/campaigning/soap/generated/default.rb', line 1068

def designAndSpamTestFee
  @designAndSpamTestFee
end

#passwordObject

Returns the value of attribute password.



1063
1064
1065
# File 'lib/campaigning/soap/generated/default.rb', line 1063

def password
  @password
end

#usernameObject

Returns the value of attribute username.



1062
1063
1064
# File 'lib/campaigning/soap/generated/default.rb', line 1062

def username
  @username
end