Sha256: 169a747b69dfffc30f31f6cee9937fc9a20eedbb11d7628b5e297a6142aa975b

Contents?: true

Size: 559 Bytes

Versions: 122

Compression:

Stored size: 559 Bytes

Contents

# frozen_string_literal: true

require 'eac_config/node_entry'
require 'eac_ruby_utils/core_ext'

module EacConfig
  class PrefixedPathNode
    class Entry < ::EacConfig::NodeEntry
      enable_simple_cache
      delegate :found?, :found_node, :secret_value, :value, :value=, :writ_node, to: :full_entry

      # @return [EacConfig::EntryPath]
      def full_path
        node.path_prefix + path
      end

      private

      # @return [EacConfig::NodeEntry]
      def full_entry_uncached
        node.from_node.entry(full_path)
      end
    end
  end
end

Version data entries

122 entries across 122 versions & 2 rubygems

Version Path
eac_tools-0.49.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.48.1 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.48.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.47.2 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.47.1 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.47.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.46.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.45.2 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.45.1 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.45.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.44.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.43.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_config-0.12.0 lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.42.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.41.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.40.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.39.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.38.0 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.37.2 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb
eac_tools-0.37.1 sub/eac_config/lib/eac_config/prefixed_path_node/entry.rb