Class: YSM::BasicReportService::GetReportOutputUrls
- Inherits:
-
Object
- Object
- YSM::BasicReportService::GetReportOutputUrls
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2getReportOutputUrls
Instance Attribute Summary collapse
-
#fileFormat ⇒ Object
Returns the value of attribute fileFormat.
-
#reportIDs ⇒ Object
Returns the value of attribute reportIDs.
Instance Method Summary collapse
-
#initialize(reportIDs = nil, fileFormat = nil) ⇒ GetReportOutputUrls
constructor
A new instance of GetReportOutputUrls.
Constructor Details
#initialize(reportIDs = nil, fileFormat = nil) ⇒ GetReportOutputUrls
Returns a new instance of GetReportOutputUrls.
243 244 245 246 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 243 def initialize(reportIDs = nil, fileFormat = nil) @reportIDs = reportIDs @fileFormat = fileFormat end |
Instance Attribute Details
#fileFormat ⇒ Object
Returns the value of attribute fileFormat.
241 242 243 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 241 def fileFormat @fileFormat end |
#reportIDs ⇒ Object
Returns the value of attribute reportIDs.
240 241 242 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 240 def reportIDs @reportIDs end |