Class: Duple::Config::Task
- Inherits:
-
Object
- Object
- Duple::Config::Task
- Defined in:
- lib/duple/config/task.rb
Overview
Represents a set of commands that can be executed in the source or target environment.
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, command_list) ⇒ Task
constructor
A new instance of Task.
Constructor Details
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands.
7 8 9 |
# File 'lib/duple/config/task.rb', line 7 def commands @commands end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/duple/config/task.rb', line 7 def name @name end |