Class: YSM::BasicReportService::GetReportListResponse

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(out = nil) ⇒ GetReportListResponse

Returns a new instance of GetReportListResponse.



233
234
235
# File 'lib/ysm4r/v1/BasicReportService.rb', line 233

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



231
232
233
# File 'lib/ysm4r/v1/BasicReportService.rb', line 231

def out
  @out
end