class EacRubyUtils::SettingsProvider::SettingValue
def parsed_options_uncached
def parsed_options_uncached r = self.class.lists.option.hash_keys_validate!(options.symbolize_keys) r[:required] = true unless r.key?(OPTION_REQUIRED) r[:order] = source.setting_search_order if r[OPTION_ORDER].nil? ::EacRubyUtils::Struct.new(r) end