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
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
#accessLevel ⇒ Object
Returns the value of attribute accessLevel.
187 188 189 |
# File 'lib/campaigning/soap/generated/default.rb', line 187 def accessLevel @accessLevel end |
#billingType ⇒ Object
Returns the value of attribute billingType.
182 183 184 |
# File 'lib/campaigning/soap/generated/default.rb', line 182 def billingType @billingType end |
#costPerRecipient ⇒ Object
Returns the value of attribute costPerRecipient.
185 186 187 |
# File 'lib/campaigning/soap/generated/default.rb', line 185 def costPerRecipient @costPerRecipient end |
#currency ⇒ Object
Returns the value of attribute currency.
183 184 185 |
# File 'lib/campaigning/soap/generated/default.rb', line 183 def currency @currency end |
#deliveryFee ⇒ Object
Returns the value of attribute deliveryFee.
184 185 186 |
# File 'lib/campaigning/soap/generated/default.rb', line 184 def deliveryFee @deliveryFee end |
#designAndSpamTestFee ⇒ Object
Returns the value of attribute designAndSpamTestFee.
186 187 188 |
# File 'lib/campaigning/soap/generated/default.rb', line 186 def designAndSpamTestFee @designAndSpamTestFee end |
#password ⇒ Object
Returns the value of attribute password.
181 182 183 |
# File 'lib/campaigning/soap/generated/default.rb', line 181 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
180 181 182 |
# File 'lib/campaigning/soap/generated/default.rb', line 180 def username @username end |