Class: Ma::Event
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Ma::Event
- Defined in:
- lib/ma/event.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Event
constructor
A new instance of Event.
Constructor Details
#initialize(*args) ⇒ Event
Returns a new instance of Event.
5 6 7 8 |
# File 'lib/ma/event.rb', line 5 def initialize(*args) super freeze end |