Class: Celluloid::Internals::Stack::TaskState

Inherits:
Struct
  • Object
show all
Defined in:
lib/celluloid/internals/stack/states.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



15
16
17
# File 'lib/celluloid/internals/stack/states.rb', line 15

def backtrace
  @backtrace
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



15
16
17
# File 'lib/celluloid/internals/stack/states.rb', line 15

def meta
  @meta
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/celluloid/internals/stack/states.rb', line 15

def status
  @status
end

#task_classObject

Returns the value of attribute task_class

Returns:

  • (Object)

    the current value of task_class



15
16
17
# File 'lib/celluloid/internals/stack/states.rb', line 15

def task_class
  @task_class
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



15
16
17
# File 'lib/celluloid/internals/stack/states.rb', line 15

def type
  @type
end