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.



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

def initialize
end

Instance Attribute Details

#boxObject

Returns the value of attribute box.



67
68
69
# File 'lib/tenderloin/config.rb', line 67

def box
  @box
end

#box_urlObject

Returns the value of attribute box_url.



68
69
70
# File 'lib/tenderloin/config.rb', line 68

def box_url
  @box_url
end

#box_vmxObject

Returns the value of attribute box_vmx.



69
70
71
# File 'lib/tenderloin/config.rb', line 69

def box_vmx
  @box_vmx
end

#hd_locationObject

Returns the value of attribute hd_location.



71
72
73
# File 'lib/tenderloin/config.rb', line 71

def hd_location
  @hd_location
end

#project_directoryObject

Returns the value of attribute project_directory.



70
71
72
# File 'lib/tenderloin/config.rb', line 70

def project_directory
  @project_directory
end

Instance Method Details

#baseObject



82
83
84
# File 'lib/tenderloin/config.rb', line 82

def base
  File.expand_path(@base)
end