Class: Rooibos::Command::Lifecycle::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/rooibos/command/lifecycle.rb

Overview

:nodoc: Internal representation of a tracked async command.

Instance Attribute Summary collapse

Instance Attribute Details

#futureObject (readonly)

Returns the value of attribute future

Returns:

  • (Object)

    the current value of future



22
23
24
# File 'lib/rooibos/command/lifecycle.rb', line 22

def future
  @future
end

#originObject (readonly)

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



22
23
24
# File 'lib/rooibos/command/lifecycle.rb', line 22

def origin
  @origin
end