Class: YSM::BasicReportService::GetReportOutputUrl

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(reportID = nil, fileFormat = nil) ⇒ GetReportOutputUrl

Returns a new instance of GetReportOutputUrl.



137
138
139
140
# File 'lib/ysm4r/v1/BasicReportService.rb', line 137

def initialize(reportID = nil, fileFormat = nil)
  @reportID = reportID
  @fileFormat = fileFormat
end

Instance Attribute Details

#fileFormatObject

Returns the value of attribute fileFormat.



135
136
137
# File 'lib/ysm4r/v1/BasicReportService.rb', line 135

def fileFormat
  @fileFormat
end

#reportIDObject

Returns the value of attribute reportID.



134
135
136
# File 'lib/ysm4r/v1/BasicReportService.rb', line 134

def reportID
  @reportID
end