Class: YSM::AccountService::GetChargeAmountResponse
- Inherits:
-
Object
- Object
- YSM::AccountService::GetChargeAmountResponse
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getChargeAmountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetChargeAmountResponse
constructor
A new instance of GetChargeAmountResponse.
Constructor Details
#initialize(out = nil) ⇒ GetChargeAmountResponse
Returns a new instance of GetChargeAmountResponse.
209 210 211 |
# File 'lib/ysm4r/v1/AccountService.rb', line 209 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
207 208 209 |
# File 'lib/ysm4r/v1/AccountService.rb', line 207 def out @out end |