Class: YSM::MasterAccountService::GetMasterAccountStatus
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::GetMasterAccountStatus
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMasterAccountStatus
Instance Attribute Summary collapse
-
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
Instance Method Summary collapse
-
#initialize(masterAccountID = nil) ⇒ GetMasterAccountStatus
constructor
A new instance of GetMasterAccountStatus.
Constructor Details
#initialize(masterAccountID = nil) ⇒ GetMasterAccountStatus
Returns a new instance of GetMasterAccountStatus.
205 206 207 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 205 def initialize(masterAccountID = nil) @masterAccountID = masterAccountID end |
Instance Attribute Details
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
203 204 205 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 203 def masterAccountID @masterAccountID end |