Class: Veewee::Command::Parallels
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
Instance Method Details
#build(box_name) ⇒ Object
16
17
18
|
# File 'lib/veewee/command/parallels.rb', line 16
def build(box_name)
env.get_box(box_name).build(options)
end
|
#export(box_name) ⇒ Object
24
25
26
|
# File 'lib/veewee/command/parallels.rb', line 24
def export(box_name)
env.get_box(box_name).export_vagrant(options)
end
|
#validate(box_name) ⇒ Object
30
31
32
|
# File 'lib/veewee/command/parallels.rb', line 30
def validate(box_name)
env.get_box(box_name).validate_parallels(options)
end
|