Class: YSM::BasicReportService::DeleteReport
- Inherits:
-
Object
- Object
- YSM::BasicReportService::DeleteReport
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteReport
Instance Attribute Summary collapse
-
#reportID ⇒ Object
Returns the value of attribute reportID.
Instance Method Summary collapse
-
#initialize(reportID = nil) ⇒ DeleteReport
constructor
A new instance of DeleteReport.
Constructor Details
#initialize(reportID = nil) ⇒ DeleteReport
Returns a new instance of DeleteReport.
209 210 211 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 209 def initialize(reportID = nil) @reportID = reportID end |
Instance Attribute Details
#reportID ⇒ Object
Returns the value of attribute reportID.
207 208 209 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 207 def reportID @reportID end |