Sha256: 76d909211be369a9c240e22176a75edfb086d7a6172b9e44ddbe07ec2f69b901
Contents?: true
Size: 696 Bytes
Versions: 43
Compression:
Stored size: 696 Bytes
Contents
# frozen_string_literal: true require 'avm/entries/uri_builder' require 'eac_config/entry_path' require 'eac_ruby_utils/core_ext' module Avm module Entries module Base class UriComponentEntryValue class DefaultValue enable_method_class common_constructor :uri_component_entry_value delegate :component_entry_path, :entries_provider, to: :uri_component_entry_value # @return [Symbol] def default_value_method_name component_entry_path.default_method_name end def result entries_provider.if_respond(default_value_method_name) end end end end end end
Version data entries
43 entries across 43 versions & 2 rubygems