Class: Front::CLI::VagrantTask
- Inherits:
-
Object
- Object
- Front::CLI::VagrantTask
- Defined in:
- lib/front/cli/vagrant.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#log_file ⇒ Object
Returns the value of attribute log_file.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(cmd, options, log_file) ⇒ VagrantTask
constructor
A new instance of VagrantTask.
Constructor Details
#initialize(cmd, options, log_file) ⇒ VagrantTask
Returns a new instance of VagrantTask.
118 119 120 121 122 |
# File 'lib/front/cli/vagrant.rb', line 118 def initialize(cmd, , log_file) @cmd = cmd = @log_file = log_file end |
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd.
114 115 116 |
# File 'lib/front/cli/vagrant.rb', line 114 def cmd @cmd end |
#log_file ⇒ Object
Returns the value of attribute log_file.
116 117 118 |
# File 'lib/front/cli/vagrant.rb', line 116 def log_file @log_file end |
#options ⇒ Object
Returns the value of attribute options.
115 116 117 |
# File 'lib/front/cli/vagrant.rb', line 115 def end |