Class: Celluloid::StackDump::TaskState
- Inherits:
-
Struct
- Object
- Struct
- Celluloid::StackDump::TaskState
- Defined in:
- lib/celluloid/stack_dump.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#status ⇒ Object
Returns the value of attribute status.
-
#task_class ⇒ Object
Returns the value of attribute task_class.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
14 15 16 |
# File 'lib/celluloid/stack_dump.rb', line 14 def backtrace @backtrace end |
#meta ⇒ Object
Returns the value of attribute meta
14 15 16 |
# File 'lib/celluloid/stack_dump.rb', line 14 def @meta end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/celluloid/stack_dump.rb', line 14 def status @status end |
#task_class ⇒ Object
Returns the value of attribute task_class
14 15 16 |
# File 'lib/celluloid/stack_dump.rb', line 14 def task_class @task_class end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/celluloid/stack_dump.rb', line 14 def type @type end |