Class: Capistrano::Actor::TaskCallFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/capistrano/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



68
69
70
# File 'lib/capistrano/actor.rb', line 68

def name
  @name
end

#rollbackObject

Returns the value of attribute rollback

Returns:

  • (Object)

    the current value of rollback



68
69
70
# File 'lib/capistrano/actor.rb', line 68

def rollback
  @rollback
end