class EacRubyUtils::SettingsProvider::SettingValue

def value_by_constant?

def value_by_constant?
  source.class.const_defined?(constant_name)
end