class BigSister::Monitor

Public Class Methods

new(location, id) click to toggle source
# File lib/bigsister/monitor.rb, line 3
def initialize(location, id)
  @location = location
  @id = id
end