Class: Peddler::LegacyReports::ReportStatus

Inherits:
Status
  • Object
show all
Defined in:
lib/peddler/legacy_reports.rb

Instance Method Summary collapse

Methods inherited from Status

#id

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