Class: YSM::AccountService::GetChargeAmount
- Inherits:
-
Object
- Object
- YSM::AccountService::GetChargeAmount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getChargeAmount
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetChargeAmount
constructor
A new instance of GetChargeAmount.
Constructor Details
#initialize(accountID = nil) ⇒ GetChargeAmount
Returns a new instance of GetChargeAmount.
200 201 202 |
# File 'lib/ysm4r/v1/AccountService.rb', line 200 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
198 199 200 |
# File 'lib/ysm4r/v1/AccountService.rb', line 198 def accountID @accountID end |