Class: LittleGhost::Support::SerializedDispatcher::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/support/serialized_dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



6
7
8
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6

def condition
  @condition
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6

def error
  @error
end

#finishedObject

Returns the value of attribute finished

Returns:

  • (Object)

    the current value of finished



6
7
8
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6

def finished
  @finished
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/little_ghost/support/serialized_dispatcher.rb', line 6

def value
  @value
end