Class: Packer::Binary::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/packer/binary.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_pathObject

Returns the value of attribute download_path.



49
50
51
# File 'lib/packer/binary.rb', line 49

def download_path
  @download_path
end

#versionObject

Returns the value of attribute version.



48
49
50
# File 'lib/packer/binary.rb', line 48

def version
  @version
end