Class: Rounders::Rounder

Inherits:
Object
  • Object
show all
Defined in:
lib/rounders/rounder.rb

Constant Summary collapse

DEFAULT_ENV =
'development'.freeze
DEFAULT_INTERVAL =
10

Instance Method Summary collapse

Instance Method Details

#dotenvObject



6
7
8
# File 'lib/rounders/rounder.rb', line 6

def dotenv
  Dotenv.load
end

#startObject



10
11
12
13
# File 'lib/rounders/rounder.rb', line 10

def start
  setup
  polling
end