Class: YSM::MasterAccountService::GetMasterAccountResponse
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::GetMasterAccountResponse
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMasterAccountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetMasterAccountResponse
constructor
A new instance of GetMasterAccountResponse.
Constructor Details
#initialize(out = nil) ⇒ GetMasterAccountResponse
Returns a new instance of GetMasterAccountResponse.
283 284 285 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 283 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
281 282 283 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 281 def out @out end |