class Blinkman::Handler

Attributes

action[R]
event[R]

Public Class Methods

new(action, event) click to toggle source
# File lib/blinkman/handler.rb, line 4
def initialize(action, event)
  @action = action
  @event = event
end