Class: Capistrano::Configuration::Execution::TaskCallFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/capistrano/configuration/execution.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#rollbackObject

Returns the value of attribute rollback

Returns:

  • (Object)

    the current value of rollback



12
13
14
# File 'lib/capistrano/configuration/execution.rb', line 12

def rollback
  @rollback
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



12
13
14
# File 'lib/capistrano/configuration/execution.rb', line 12

def task
  @task
end