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

Returns a new instance of ClientAccessAndBilling.



189
190
191
192
193
194
195
196
197
198
# File 'lib/campaigning/soap/generated/default.rb', line 189

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.



187
188
189
# File 'lib/campaigning/soap/generated/default.rb', line 187

def accessLevel
  @accessLevel
end

#billingTypeObject

Returns the value of attribute billingType.



182
183
184
# File 'lib/campaigning/soap/generated/default.rb', line 182

def billingType
  @billingType
end

#costPerRecipientObject

Returns the value of attribute costPerRecipient.



185
186
187
# File 'lib/campaigning/soap/generated/default.rb', line 185

def costPerRecipient
  @costPerRecipient
end

#currencyObject

Returns the value of attribute currency.



183
184
185
# File 'lib/campaigning/soap/generated/default.rb', line 183

def currency
  @currency
end

#deliveryFeeObject

Returns the value of attribute deliveryFee.



184
185
186
# File 'lib/campaigning/soap/generated/default.rb', line 184

def deliveryFee
  @deliveryFee
end

#designAndSpamTestFeeObject

Returns the value of attribute designAndSpamTestFee.



186
187
188
# File 'lib/campaigning/soap/generated/default.rb', line 186

def designAndSpamTestFee
  @designAndSpamTestFee
end

#passwordObject

Returns the value of attribute password.



181
182
183
# File 'lib/campaigning/soap/generated/default.rb', line 181

def password
  @password
end

#usernameObject

Returns the value of attribute username.



180
181
182
# File 'lib/campaigning/soap/generated/default.rb', line 180

def username
  @username
end