Class: YSM::BasicReportService::GetReportList

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(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

#onlyCompletedObject

Returns the value of attribute onlyCompleted.



222
223
224
# File 'lib/ysm4r/v1/BasicReportService.rb', line 222

def onlyCompleted
  @onlyCompleted
end