Method: Chokepoint::Hourly#initialize

Defined in:
lib/chokepoint/hourly.rb

#initialize(name, options = {}) ⇒ Hourly

Returns a new instance of Hourly.

Parameters:

  • name (String)
  • options (Hash{Symbol => Object}) (defaults to: {})

Options Hash (options):

  • :max (Integer) — default: 3600


24
25
26
# File 'lib/chokepoint/hourly.rb', line 24

def initialize(name, options = {})
  super
end