Class: YSM::BasicReportService::AddReportRequestWithAccountAggregation

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportRequest = nil) ⇒ AddReportRequestWithAccountAggregation

Returns a new instance of AddReportRequestWithAccountAggregation.



156
157
158
# File 'lib/ysm4r/v1/BasicReportService.rb', line 156

def initialize(reportRequest = nil)
  @reportRequest = reportRequest
end

Instance Attribute Details

#reportRequestObject

Returns the value of attribute reportRequest.



154
155
156
# File 'lib/ysm4r/v1/BasicReportService.rb', line 154

def reportRequest
  @reportRequest
end