Class: YSM::BasicReportService::FileOutputFormat

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BasicReportService.rb,
lib/ysm4r/v2/BasicReportService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fileOutputTypeObject

Returns the value of attribute fileOutputType.



8
9
10
# File 'lib/ysm4r/v1/BasicReportService.rb', line 8

def fileOutputType
  @fileOutputType
end

#zippedObject

Returns the value of attribute zipped.



9
10
11
# File 'lib/ysm4r/v1/BasicReportService.rb', line 9

def zipped
  @zipped
end