Class: YSM::BasicReportService::AddReportRequestWithAccountAggregationResponse
- Inherits:
-
Object
- Object
- YSM::BasicReportService::AddReportRequestWithAccountAggregationResponse
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2addReportRequestWithAccountAggregationResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddReportRequestWithAccountAggregationResponse
constructor
A new instance of AddReportRequestWithAccountAggregationResponse.
Constructor Details
#initialize(out = nil) ⇒ AddReportRequestWithAccountAggregationResponse
Returns a new instance of AddReportRequestWithAccountAggregationResponse.
165 166 167 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 165 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
163 164 165 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 163 def out @out end |