Class: YSM::BasicReportService::GetReportList
- Inherits:
-
Object
- Object
- YSM::BasicReportService::GetReportList
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2getReportList
Instance Attribute Summary collapse
-
#onlyCompleted ⇒ Object
Returns the value of attribute onlyCompleted.
Instance Method Summary collapse
-
#initialize(onlyCompleted = nil) ⇒ GetReportList
constructor
A new instance of GetReportList.
Constructor Details
#initialize(onlyCompleted = nil) ⇒ GetReportList
Returns a new instance of GetReportList.
224 225 226 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 224 def initialize(onlyCompleted = nil) @onlyCompleted = onlyCompleted end |
Instance Attribute Details
#onlyCompleted ⇒ Object
Returns the value of attribute onlyCompleted.
222 223 224 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 222 def onlyCompleted @onlyCompleted end |