Class: YSM::BasicReportService::BasicReportRequest
- Inherits:
-
Object
- Object
- YSM::BasicReportService::BasicReportRequest
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2BasicReportRequest
Instance Attribute Summary collapse
-
#dateRange ⇒ Object
Returns the value of attribute dateRange.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#reportType ⇒ Object
Returns the value of attribute reportType.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(dateRange = nil, endDate = nil, reportName = nil, reportType = nil, startDate = nil) ⇒ BasicReportRequest
constructor
A new instance of BasicReportRequest.
Constructor Details
#initialize(dateRange = nil, endDate = nil, reportName = nil, reportType = nil, startDate = nil) ⇒ BasicReportRequest
Returns a new instance of BasicReportRequest.
36 37 38 39 40 41 42 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 36 def initialize(dateRange = nil, endDate = nil, reportName = nil, reportType = nil, startDate = nil) @dateRange = dateRange @endDate = endDate @reportName = reportName @reportType = reportType @startDate = startDate end |
Instance Attribute Details
#dateRange ⇒ Object
Returns the value of attribute dateRange.
30 31 32 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 30 def dateRange @dateRange end |
#endDate ⇒ Object
Returns the value of attribute endDate.
31 32 33 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 31 def endDate @endDate end |
#reportName ⇒ Object
Returns the value of attribute reportName.
32 33 34 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 32 def reportName @reportName end |
#reportType ⇒ Object
Returns the value of attribute reportType.
33 34 35 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 33 def reportType @reportType end |
#startDate ⇒ Object
Returns the value of attribute startDate.
34 35 36 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 34 def startDate @startDate end |