Class: YSM::MasterAccountService::UpdateMasterAccount
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::UpdateMasterAccount
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateMasterAccount
Instance Attribute Summary collapse
-
#masterAccount ⇒ Object
Returns the value of attribute masterAccount.
Instance Method Summary collapse
-
#initialize(masterAccount = nil) ⇒ UpdateMasterAccount
constructor
A new instance of UpdateMasterAccount.
Constructor Details
#initialize(masterAccount = nil) ⇒ UpdateMasterAccount
Returns a new instance of UpdateMasterAccount.
223 224 225 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 223 def initialize(masterAccount = nil) @masterAccount = masterAccount end |
Instance Attribute Details
#masterAccount ⇒ Object
Returns the value of attribute masterAccount.
221 222 223 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 221 def masterAccount @masterAccount end |