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



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

def backtrace
  @backtrace
end

#metaObject

Returns the value of attribute meta



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

def meta
  @meta
end

#statusObject

Returns the value of attribute 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



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



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

def type
  @type
end