Class: Ray::DSL::Event
- Inherits:
-
Struct
- Object
- Struct
- Ray::DSL::Event
- Defined in:
- lib/ray/dsl/event.rb
Overview
Used internally to store event when raise_event is called.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/ray/dsl/event.rb', line 4 def args @args end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/ray/dsl/event.rb', line 4 def type @type end |