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