class Aladtec::ScheduledNow

ScheduledNow

Public Class Methods

new(params) click to toggle source
Calls superclass method
# File lib/aladtec/scheduled_now.rb, line 16
def self.new(params)
  super params.transform_keys(&:to_sym)
end