Class: Wakame::Event::Base
- Inherits:
-
Object
- Object
- Wakame::Event::Base
- Defined in:
- lib/wakame/event.rb
Direct Known Subclasses
ActionEvent, ActorComplete, ActorProgress, AgentEvent, AgentMappedCloudHost, AgentShutdown, AgentUnmappedCloudHost, ClusterFrozen, ClusterStatusChanged, ClusterUnfrozen, CommandReceived, InstanceCountChanged, JobEvent, MasterShutdown, ServiceBoundAgent, ServiceBoundCloudHost, ServiceBoundCluster, ServiceStatus, ServiceUnboundAgent, ServiceUnboundCloudHost, ServiceUnboundCluster
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #log_message ⇒ Object
Constructor Details
#initialize ⇒ Base
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
#time ⇒ Object
Returns the value of attribute time.
6 7 8 |
# File 'lib/wakame/event.rb', line 6 def time @time end |
Instance Method Details
#log_message ⇒ Object
12 13 |
# File 'lib/wakame/event.rb', line 12 def end |