Class: YSM::BasicReportService::GetReportOutputUrl
- Inherits:
-
Object
- Object
- YSM::BasicReportService::GetReportOutputUrl
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2getReportOutputUrl
Instance Attribute Summary collapse
-
#fileFormat ⇒ Object
Returns the value of attribute fileFormat.
-
#reportID ⇒ Object
Returns the value of attribute reportID.
Instance Method Summary collapse
-
#initialize(reportID = nil, fileFormat = nil) ⇒ GetReportOutputUrl
constructor
A new instance of GetReportOutputUrl.
Constructor Details
#initialize(reportID = nil, fileFormat = nil) ⇒ GetReportOutputUrl
Returns a new instance of GetReportOutputUrl.
137 138 139 140 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 137 def initialize(reportID = nil, fileFormat = nil) @reportID = reportID @fileFormat = fileFormat end |
Instance Attribute Details
#fileFormat ⇒ Object
Returns the value of attribute fileFormat.
135 136 137 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 135 def fileFormat @fileFormat end |
#reportID ⇒ Object
Returns the value of attribute reportID.
134 135 136 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 134 def reportID @reportID end |