Class: Peddler::LegacyReports::ReportStatus
- Defined in:
- lib/peddler/legacy_reports.rb
Instance Method Summary collapse
-
#initialize(input) ⇒ ReportStatus
constructor
A new instance of ReportStatus.
Methods inherited from Status
Constructor Details
#initialize(input) ⇒ ReportStatus
Returns a new instance of ReportStatus.
85 86 87 88 89 90 91 |
# File 'lib/peddler/legacy_reports.rb', line 85 def initialize(input) @keymap = { "reportstarttime" => "starts_at", "reportendtime" => "ends_at", "reportid" => "id"} super(input) end |