Class: SwitchTower::Actor::TaskCallFrame
- Inherits:
-
Struct
- Object
- Struct
- SwitchTower::Actor::TaskCallFrame
- Defined in:
- lib/switchtower/actor.rb
Overview
A struct for representing a single instance of an invoked task.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#rollback ⇒ Object
Returns the value of attribute rollback.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
68 69 70 |
# File 'lib/switchtower/actor.rb', line 68 def name @name end |
#rollback ⇒ Object
Returns the value of attribute rollback
68 69 70 |
# File 'lib/switchtower/actor.rb', line 68 def rollback @rollback end |