Class: Tenderloin::Config::VMConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/tenderloin/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Constructor Details

#initializeVMConfig

Returns a new instance of VMConfig.



80
81
# File 'lib/tenderloin/config.rb', line 80

def initialize
end

Instance Attribute Details

#boxObject

Returns the value of attribute box.



73
74
75
# File 'lib/tenderloin/config.rb', line 73

def box
  @box
end

#box_urlObject

Returns the value of attribute box_url.



74
75
76
# File 'lib/tenderloin/config.rb', line 74

def box_url
  @box_url
end

#box_vmxObject

Returns the value of attribute box_vmx.



75
76
77
# File 'lib/tenderloin/config.rb', line 75

def box_vmx
  @box_vmx
end

#hd_locationObject

Returns the value of attribute hd_location.



77
78
79
# File 'lib/tenderloin/config.rb', line 77

def hd_location
  @hd_location
end

#project_directoryObject

Returns the value of attribute project_directory.



76
77
78
# File 'lib/tenderloin/config.rb', line 76

def project_directory
  @project_directory
end

Instance Method Details

#baseObject



88
89
90
# File 'lib/tenderloin/config.rb', line 88

def base
  File.expand_path(@base)
end