Class: Hecks::Runtime::RemoteDispatcher::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/runtime/remote_dispatcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



33
34
35
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33

def events
  @events
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



33
34
35
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33

def instance
  @instance
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



33
34
35
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 33

def verb
  @verb
end

Instance Method Details

#idObject



34
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 34

def id    = instance.id

#stateObject



35
# File 'lib/hecks/runtime/remote_dispatcher.rb', line 35

def state = instance.to_h