Class: TokenOfFire::Event
- Inherits:
-
Struct
- Object
- Struct
- TokenOfFire::Event
- Defined in:
- lib/token_of_fire/event_bus.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/token_of_fire/event_bus.rb', line 5 def name @name end |
#payload ⇒ Object
Returns the value of attribute payload
5 6 7 |
# File 'lib/token_of_fire/event_bus.rb', line 5 def payload @payload end |
#scope ⇒ Object
Returns the value of attribute scope
5 6 7 |
# File 'lib/token_of_fire/event_bus.rb', line 5 def scope @scope end |