Class: EacConfig::PrefixedPathNode::Entry

Inherits:
NodeEntry
  • Object
show all
Defined in:
lib/eac_config/prefixed_path_node/entry.rb

Instance Method Summary collapse

Methods inherited from NodeEntry

#secret_value, #to_s

Instance Method Details

#full_pathEacConfig::EntryPath



13
14
15
# File 'lib/eac_config/prefixed_path_node/entry.rb', line 13

def full_path
  node.path_prefix + path
end