Class: Wakame::Event::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/wakame/event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



8
9
10
# File 'lib/wakame/event.rb', line 8

def initialize
  @time = Time.now
end

Instance Attribute Details

#timeObject

Returns the value of attribute time.



6
7
8
# File 'lib/wakame/event.rb', line 6

def time
  @time
end

Instance Method Details

#log_messageObject



12
13
# File 'lib/wakame/event.rb', line 12

def log_message
end