Class: YSM::MasterAccountService::GetMasterAccount
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::GetMasterAccount
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMasterAccount
Instance Attribute Summary collapse
-
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
Instance Method Summary collapse
-
#initialize(masterAccountID = nil) ⇒ GetMasterAccount
constructor
A new instance of GetMasterAccount.
Constructor Details
#initialize(masterAccountID = nil) ⇒ GetMasterAccount
Returns a new instance of GetMasterAccount.
274 275 276 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 274 def initialize(masterAccountID = nil) @masterAccountID = masterAccountID end |
Instance Attribute Details
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
272 273 274 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 272 def masterAccountID @masterAccountID end |