Class: YSM::MasterAccountService::GetMasterAccountsByCompanyID
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::GetMasterAccountsByCompanyID
- Defined in:
- lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMasterAccountsByCompanyID
Instance Attribute Summary collapse
-
#companyID ⇒ Object
Returns the value of attribute companyID.
Instance Method Summary collapse
-
#initialize(companyID = nil) ⇒ GetMasterAccountsByCompanyID
constructor
A new instance of GetMasterAccountsByCompanyID.
Constructor Details
#initialize(companyID = nil) ⇒ GetMasterAccountsByCompanyID
Returns a new instance of GetMasterAccountsByCompanyID.
317 318 319 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 317 def initialize(companyID = nil) @companyID = companyID end |
Instance Attribute Details
#companyID ⇒ Object
Returns the value of attribute companyID.
315 316 317 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 315 def companyID @companyID end |