Class: EacConfig::NodeEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/eac_config/node_entry.rb

Overview

A entry which search values only in the source node.

Instance Method Summary collapse

Instance Method Details

#secret_valueObject



19
20
21
# File 'lib/eac_config/node_entry.rb', line 19

def secret_value
  value
end

#to_sString

Returns:

  • (String)


24
25
26
# File 'lib/eac_config/node_entry.rb', line 24

def to_s
  "#{self.class}[Node: #{node}, Path: #{path}]"
end