class Packer::Binary::Configuration
This class holds the global configuration items
Attributes
download_path[RW]
version[RW]
Public Class Methods
new()
click to toggle source
# File lib/packer/binary.rb, line 68 def initialize @version = PACKER_VERSION @download_path = '/tmp' end