Class: Hecks::Runtime::RemoteDispatcher::Result
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Runtime::RemoteDispatcher::Result
- Defined in:
- lib/hecks/runtime/remote_dispatcher.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Method Summary collapse
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
33 34 35 |
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33 def events @events end |
#instance ⇒ Object
Returns the value of attribute instance
33 34 35 |
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33 def instance @instance end |
#verb ⇒ Object
Returns the value of attribute verb
33 34 35 |
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33 def verb @verb end |
Instance Method Details
#id ⇒ Object
34 |
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 34 def id = instance.id |
#state ⇒ Object
35 |
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 35 def state = instance.to_h |