Method: Lotion::Command#initialize

Defined in:
lib/lotion/command.rb

#initialize(notification) ⇒ Command

Returns a new instance of Command.



9
10
11
# File 'lib/lotion/command.rb', line 9

def initialize( notification )
  @notification = notification
end