Class: YSM::MasterAccountService::GetMasterAccountStatusResponse
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::GetMasterAccountStatusResponse
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMasterAccountStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetMasterAccountStatusResponse
constructor
A new instance of GetMasterAccountStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetMasterAccountStatusResponse
Returns a new instance of GetMasterAccountStatusResponse.
214 215 216 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 214 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
212 213 214 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 212 def out @out end |