Class: Packer::Binary::Configuration
- Inherits:
-
Object
- Object
- Packer::Binary::Configuration
- Defined in:
- lib/packer/binary.rb
Instance Attribute Summary collapse
-
#download_path ⇒ Object
Returns the value of attribute download_path.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
51 52 53 54 |
# File 'lib/packer/binary.rb', line 51 def initialize @version = '1.0.4' @download_path = '/tmp' end |
Instance Attribute Details
#download_path ⇒ Object
Returns the value of attribute download_path.
49 50 51 |
# File 'lib/packer/binary.rb', line 49 def download_path @download_path end |
#version ⇒ Object
Returns the value of attribute version.
48 49 50 |
# File 'lib/packer/binary.rb', line 48 def version @version end |