Class: YSM::AccountService::GetAccountsResponse
- Inherits:
-
Object
- Object
- YSM::AccountService::GetAccountsResponse
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAccountsResponse
constructor
A new instance of GetAccountsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAccountsResponse
Returns a new instance of GetAccountsResponse.
329 330 331 |
# File 'lib/ysm4r/v1/AccountService.rb', line 329 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
327 328 329 |
# File 'lib/ysm4r/v1/AccountService.rb', line 327 def out @out end |