Class: Tenderloin::Config::VMConfig
- Defined in:
- lib/tenderloin/config.rb
Instance Attribute Summary collapse
-
#box ⇒ Object
Returns the value of attribute box.
-
#box_url ⇒ Object
Returns the value of attribute box_url.
-
#box_vmx ⇒ Object
Returns the value of attribute box_vmx.
-
#hd_location ⇒ Object
Returns the value of attribute hd_location.
-
#project_directory ⇒ Object
Returns the value of attribute project_directory.
Instance Method Summary collapse
- #base ⇒ Object
-
#initialize ⇒ VMConfig
constructor
A new instance of VMConfig.
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Constructor Details
#initialize ⇒ VMConfig
Returns a new instance of VMConfig.
80 81 |
# File 'lib/tenderloin/config.rb', line 80 def initialize end |
Instance Attribute Details
#box ⇒ Object
Returns the value of attribute box.
73 74 75 |
# File 'lib/tenderloin/config.rb', line 73 def box @box end |
#box_url ⇒ Object
Returns the value of attribute box_url.
74 75 76 |
# File 'lib/tenderloin/config.rb', line 74 def box_url @box_url end |
#box_vmx ⇒ Object
Returns the value of attribute box_vmx.
75 76 77 |
# File 'lib/tenderloin/config.rb', line 75 def box_vmx @box_vmx end |
#hd_location ⇒ Object
Returns the value of attribute hd_location.
77 78 79 |
# File 'lib/tenderloin/config.rb', line 77 def hd_location @hd_location end |
#project_directory ⇒ Object
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
#base ⇒ Object
88 89 90 |
# File 'lib/tenderloin/config.rb', line 88 def base File.(@base) end |