Class: YSM::MasterAccountService::GetMasterAccountsByCompanyID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/MasterAccountService.rb

Overview

http://marketing.ews.yahooapis.com/V2getMasterAccountsByCompanyID

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#companyIDObject

Returns the value of attribute companyID.



315
316
317
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 315

def companyID
  @companyID
end