Class: SimpleBox

Inherits:
Box
  • Object
show all
Defined in:
lib/pandoras_box/boxes/simple_box.rb

Constant Summary collapse

@@name =
'default_Simple'
@@description =
'Add some of the important things in such as current git branch.'
@@download_repo =
'hunterboerner/Boxes'

Instance Attribute Summary

Attributes inherited from Box

#description, #download_directory, #download_repo, #name

Method Summary

Methods inherited from Box

#custom_install_steps, #initialize, #install, #pre_steps

Constructor Details

This class inherits a constructor from Box