Class: YSM::BasicReportService::AddReportRequestWithAccountAggregation
- Inherits:
-
Object
- Object
- YSM::BasicReportService::AddReportRequestWithAccountAggregation
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2addReportRequestWithAccountAggregation
Instance Attribute Summary collapse
-
#reportRequest ⇒ Object
Returns the value of attribute reportRequest.
Instance Method Summary collapse
-
#initialize(reportRequest = nil) ⇒ AddReportRequestWithAccountAggregation
constructor
A new instance of AddReportRequestWithAccountAggregation.
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
#reportRequest ⇒ Object
Returns the value of attribute reportRequest.
154 155 156 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 154 def reportRequest @reportRequest end |