Class: Rails::Hyperdrive::InstallLayout::Dest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



19
20
21
# File 'lib/rails/hyperdrive/install_layout.rb', line 19

def path
  @path
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



19
20
21
# File 'lib/rails/hyperdrive/install_layout.rb', line 19

def root
  @root
end