Class: YSM::BasicReportService::FileOutputFormat
- Inherits:
-
Object
- Object
- YSM::BasicReportService::FileOutputFormat
- Defined in:
- lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb
Overview
http://marketing.ews.yahooapis.com/V2FileOutputFormat
Instance Attribute Summary collapse
-
#fileOutputType ⇒ Object
Returns the value of attribute fileOutputType.
-
#zipped ⇒ Object
Returns the value of attribute zipped.
Instance Method Summary collapse
-
#initialize(fileOutputType = nil, zipped = nil) ⇒ FileOutputFormat
constructor
A new instance of FileOutputFormat.
Constructor Details
#initialize(fileOutputType = nil, zipped = nil) ⇒ FileOutputFormat
Returns a new instance of FileOutputFormat.
11 12 13 14 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 11 def initialize(fileOutputType = nil, zipped = nil) @fileOutputType = fileOutputType @zipped = zipped end |
Instance Attribute Details
#fileOutputType ⇒ Object
Returns the value of attribute fileOutputType.
8 9 10 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 8 def fileOutputType @fileOutputType end |
#zipped ⇒ Object
Returns the value of attribute zipped.
9 10 11 |
# File 'lib/ysm4r/v1/BasicReportService.rb', line 9 def zipped @zipped end |