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.



1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
# File 'lib/campaigning/soap/generated/default.rb', line 1201

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.



1192
1193
1194
# File 'lib/campaigning/soap/generated/default.rb', line 1192

def accessLevel
  @accessLevel
end

#apiKeyObject

Returns the value of attribute apiKey.



1190
1191
1192
# File 'lib/campaigning/soap/generated/default.rb', line 1190

def apiKey
  @apiKey
end

#billingTypeObject

Returns the value of attribute billingType.



1195
1196
1197
# File 'lib/campaigning/soap/generated/default.rb', line 1195

def billingType
  @billingType
end

#clientIDObject

Returns the value of attribute clientID.



1191
1192
1193
# File 'lib/campaigning/soap/generated/default.rb', line 1191

def clientID
  @clientID
end

#costPerRecipientObject

Returns the value of attribute costPerRecipient.



1198
1199
1200
# File 'lib/campaigning/soap/generated/default.rb', line 1198

def costPerRecipient
  @costPerRecipient
end

#currencyObject

Returns the value of attribute currency.



1196
1197
1198
# File 'lib/campaigning/soap/generated/default.rb', line 1196

def currency
  @currency
end

#deliveryFeeObject

Returns the value of attribute deliveryFee.



1197
1198
1199
# File 'lib/campaigning/soap/generated/default.rb', line 1197

def deliveryFee
  @deliveryFee
end

#designAndSpamTestFeeObject

Returns the value of attribute designAndSpamTestFee.



1199
1200
1201
# File 'lib/campaigning/soap/generated/default.rb', line 1199

def designAndSpamTestFee
  @designAndSpamTestFee
end

#passwordObject

Returns the value of attribute password.



1194
1195
1196
# File 'lib/campaigning/soap/generated/default.rb', line 1194

def password
  @password
end

#usernameObject

Returns the value of attribute username.



1193
1194
1195
# File 'lib/campaigning/soap/generated/default.rb', line 1193

def username
  @username
end