Method: SuperSettings::Storage#raw_value

Defined in:
lib/super_settings/storage.rb

#raw_valueString

The raw value for the setting before it is type cast.

Returns:

  • (String)

Raises:

  • (NotImplementedError)


140
141
142
143
144
# File 'lib/super_settings/storage.rb', line 140

def raw_value
  # :nocov:
  raise NotImplementedError
  # :nocov:
end