Class: Celluloid::Internals::Stack::TaskState
- Inherits:
-
Struct
- Object
- Struct
- Celluloid::Internals::Stack::TaskState
- Defined in:
- lib/celluloid/internals/stack/states.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
15 16 17 |
# File 'lib/celluloid/internals/stack/states.rb', line 15 def backtrace @backtrace end |
#meta ⇒ Object
Returns the value of attribute meta
15 16 17 |
# File 'lib/celluloid/internals/stack/states.rb', line 15 def @meta end |
#status ⇒ Object
Returns the value of attribute status
15 16 17 |
# File 'lib/celluloid/internals/stack/states.rb', line 15 def status @status end |
#task_class ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/celluloid/internals/stack/states.rb', line 15 def type @type end |