Class: YSM::AccountService::GetAccountStatusResponse
- Inherits:
-
Object
- Object
- YSM::AccountService::GetAccountStatusResponse
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAccountStatusResponse
constructor
A new instance of GetAccountStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAccountStatusResponse
Returns a new instance of GetAccountStatusResponse.
364 365 366 |
# File 'lib/ysm4r/v1/AccountService.rb', line 364 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
362 363 364 |
# File 'lib/ysm4r/v1/AccountService.rb', line 362 def out @out end |