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



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

def secret_value
  value
end

#to_sString

Returns:

  • (String)


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

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