Class: YSM::BasicReportService::ReportInfo

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(createDate = nil, reportID = nil, reportName = nil, status = nil) ⇒ ReportInfo

Returns a new instance of ReportInfo.



60
61
62
63
64
65
# File 'lib/ysm4r/v1/BasicReportService.rb', line 60

def initialize(createDate = nil, reportID = nil, reportName = nil, status = nil)
  @createDate = createDate
  @reportID = reportID
  @reportName = reportName
  @status = status
end

Instance Attribute Details

#createDateObject

Returns the value of attribute createDate.



55
56
57
# File 'lib/ysm4r/v1/BasicReportService.rb', line 55

def createDate
  @createDate
end

#reportIDObject

Returns the value of attribute reportID.



56
57
58
# File 'lib/ysm4r/v1/BasicReportService.rb', line 56

def reportID
  @reportID
end

#reportNameObject

Returns the value of attribute reportName.



57
58
59
# File 'lib/ysm4r/v1/BasicReportService.rb', line 57

def reportName
  @reportName
end

#statusObject

Returns the value of attribute status.



58
59
60
# File 'lib/ysm4r/v1/BasicReportService.rb', line 58

def status
  @status
end