Class: Front::CLI::VagrantTask

Inherits:
Object
  • Object
show all
Defined in:
lib/front/cli/vagrant.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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, options, log_file)
  @cmd = cmd
  @options = options
  @log_file = log_file
end

Instance Attribute Details

#cmdObject

Returns the value of attribute cmd.



114
115
116
# File 'lib/front/cli/vagrant.rb', line 114

def cmd
  @cmd
end

#log_fileObject

Returns the value of attribute log_file.



116
117
118
# File 'lib/front/cli/vagrant.rb', line 116

def log_file
  @log_file
end

#optionsObject

Returns the value of attribute options.



115
116
117
# File 'lib/front/cli/vagrant.rb', line 115

def options
  @options
end