Class: YSM::BasicReportService::GetReportOutputUrls

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(reportIDs = nil, fileFormat = nil) ⇒ GetReportOutputUrls

Returns a new instance of GetReportOutputUrls.



243
244
245
246
# File 'lib/ysm4r/v1/BasicReportService.rb', line 243

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

Instance Attribute Details

#fileFormatObject

Returns the value of attribute fileFormat.



241
242
243
# File 'lib/ysm4r/v1/BasicReportService.rb', line 241

def fileFormat
  @fileFormat
end

#reportIDsObject

Returns the value of attribute reportIDs.



240
241
242
# File 'lib/ysm4r/v1/BasicReportService.rb', line 240

def reportIDs
  @reportIDs
end