Class: Rails::Hyperdrive::InstallLayout::Dest
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::InstallLayout::Dest
- Defined in:
- lib/rails/hyperdrive/install_layout.rb
Overview
root is the directory a target tool reads the kind from; path builds
one artifact's destination under it.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
19 20 21 |
# File 'lib/rails/hyperdrive/install_layout.rb', line 19 def path @path end |
#root ⇒ Object
Returns the value of attribute root
19 20 21 |
# File 'lib/rails/hyperdrive/install_layout.rb', line 19 def root @root end |