Class: Campaigning::ClientAccessAndBilling

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

Overview

/ClientAccessAndBilling

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



206
207
208
209
210
211
212
213
214
215
# File 'lib/campaigning/soap/generated/default.rb', line 206

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

Instance Attribute Details

#accessLevelObject

Returns the value of attribute accessLevel.



204
205
206
# File 'lib/campaigning/soap/generated/default.rb', line 204

def accessLevel
  @accessLevel
end

#billingTypeObject

Returns the value of attribute billingType.



199
200
201
# File 'lib/campaigning/soap/generated/default.rb', line 199

def billingType
  @billingType
end

#costPerRecipientObject

Returns the value of attribute costPerRecipient.



202
203
204
# File 'lib/campaigning/soap/generated/default.rb', line 202

def costPerRecipient
  @costPerRecipient
end

#currencyObject

Returns the value of attribute currency.



200
201
202
# File 'lib/campaigning/soap/generated/default.rb', line 200

def currency
  @currency
end

#deliveryFeeObject

Returns the value of attribute deliveryFee.



201
202
203
# File 'lib/campaigning/soap/generated/default.rb', line 201

def deliveryFee
  @deliveryFee
end

#designAndSpamTestFeeObject

Returns the value of attribute designAndSpamTestFee.



203
204
205
# File 'lib/campaigning/soap/generated/default.rb', line 203

def designAndSpamTestFee
  @designAndSpamTestFee
end

#passwordObject

Returns the value of attribute password.



198
199
200
# File 'lib/campaigning/soap/generated/default.rb', line 198

def password
  @password
end

#usernameObject

Returns the value of attribute username.



197
198
199
# File 'lib/campaigning/soap/generated/default.rb', line 197

def username
  @username
end