Class: Veewee::Command::Parallels

Inherits:
GroupBase show all
Defined in:
lib/veewee/command/parallels.rb

Instance Attribute Summary

Attributes inherited from GroupBase

#env

Instance Method Summary collapse

Methods inherited from GroupBase

#copy, #define, #destroy, #halt, #initialize, #list, #ostypes, register, #sendkeys, #ssh, #templates, #undefine, #up, #winrm

Methods included from Helpers

#initialize_environment

Constructor Details

This class inherits a constructor from Veewee::Command::GroupBase

Instance Method Details

#build(box_name) ⇒ Object



19
20
21
# File 'lib/veewee/command/parallels.rb', line 19

def build(box_name)
  env.get_box(box_name).build(options)
end

#export(box_name) ⇒ Object



27
28
29
# File 'lib/veewee/command/parallels.rb', line 27

def export(box_name)
  env.get_box(box_name).export_vagrant(options)
end

#validate(box_name) ⇒ Object



33
34
35
# File 'lib/veewee/command/parallels.rb', line 33

def validate(box_name)
  env.get_box(box_name).validate_parallels(options)
end