Class: SwitchTower::Actor::TaskCallFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/switchtower/actor.rb

Overview

A struct for representing a single instance of an invoked task.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



61
62
63
# File 'lib/switchtower/actor.rb', line 61

def name
  @name
end

#rollbackObject

Returns the value of attribute rollback

Returns:

  • (Object)

    the current value of rollback



61
62
63
# File 'lib/switchtower/actor.rb', line 61

def rollback
  @rollback
end