Class: YSM::AccountService::SetChargeAmount
- Inherits:
-
Object
- Object
- YSM::AccountService::SetChargeAmount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2setChargeAmount
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#chargeAmount ⇒ Object
Returns the value of attribute chargeAmount.
Instance Method Summary collapse
-
#initialize(accountID = nil, chargeAmount = nil) ⇒ SetChargeAmount
constructor
A new instance of SetChargeAmount.
Constructor Details
#initialize(accountID = nil, chargeAmount = nil) ⇒ SetChargeAmount
Returns a new instance of SetChargeAmount.
184 185 186 187 |
# File 'lib/ysm4r/v1/AccountService.rb', line 184 def initialize(accountID = nil, chargeAmount = nil) @accountID = accountID @chargeAmount = chargeAmount end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
181 182 183 |
# File 'lib/ysm4r/v1/AccountService.rb', line 181 def accountID @accountID end |
#chargeAmount ⇒ Object
Returns the value of attribute chargeAmount.
182 183 184 |
# File 'lib/ysm4r/v1/AccountService.rb', line 182 def chargeAmount @chargeAmount end |