Class: Campaigning::ClientAccessAndBilling
- Inherits:
-
Object
- Object
- Campaigning::ClientAccessAndBilling
- 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
-
#accessLevel ⇒ Object
Returns the value of attribute accessLevel.
-
#billingType ⇒ Object
Returns the value of attribute billingType.
-
#costPerRecipient ⇒ Object
Returns the value of attribute costPerRecipient.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#deliveryFee ⇒ Object
Returns the value of attribute deliveryFee.
-
#designAndSpamTestFee ⇒ Object
Returns the value of attribute designAndSpamTestFee.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, password = nil, billingType = nil, currency = nil, deliveryFee = nil, costPerRecipient = nil, designAndSpamTestFee = nil, accessLevel = nil) ⇒ ClientAccessAndBilling
constructor
A new instance of ClientAccessAndBilling.
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
#accessLevel ⇒ Object
Returns the value of attribute accessLevel.
204 205 206 |
# File 'lib/campaigning/soap/generated/default.rb', line 204 def accessLevel @accessLevel end |
#billingType ⇒ Object
Returns the value of attribute billingType.
199 200 201 |
# File 'lib/campaigning/soap/generated/default.rb', line 199 def billingType @billingType end |
#costPerRecipient ⇒ Object
Returns the value of attribute costPerRecipient.
202 203 204 |
# File 'lib/campaigning/soap/generated/default.rb', line 202 def costPerRecipient @costPerRecipient end |
#currency ⇒ Object
Returns the value of attribute currency.
200 201 202 |
# File 'lib/campaigning/soap/generated/default.rb', line 200 def currency @currency end |
#deliveryFee ⇒ Object
Returns the value of attribute deliveryFee.
201 202 203 |
# File 'lib/campaigning/soap/generated/default.rb', line 201 def deliveryFee @deliveryFee end |
#designAndSpamTestFee ⇒ Object
Returns the value of attribute designAndSpamTestFee.
203 204 205 |
# File 'lib/campaigning/soap/generated/default.rb', line 203 def designAndSpamTestFee @designAndSpamTestFee end |
#password ⇒ Object
Returns the value of attribute password.
198 199 200 |
# File 'lib/campaigning/soap/generated/default.rb', line 198 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
197 198 199 |
# File 'lib/campaigning/soap/generated/default.rb', line 197 def username @username end |