Initializes the class instance
[Source]
# File lib/action_flow/event.rb, line 36 def initialize(m_event_name) # The name of the event returned @event_name = m_event_name end
Returns this event name
# File lib/action_flow/event.rb, line 46 def name @event_name.to_s end
[Validate]