Class: DefaultValueFormatter
- Inherits:
-
JSONAPI::ValueFormatter
- Object
- JSONAPI::Formatter
- JSONAPI::ValueFormatter
- DefaultValueFormatter
- Defined in:
- lib/jsonapi/formatter.rb
Class Method Summary collapse
Methods inherited from JSONAPI::ValueFormatter
Methods inherited from JSONAPI::Formatter
cached, formatter_for, unformat
Class Method Details
.format(raw_value) ⇒ Object
115 116 117 |
# File 'lib/jsonapi/formatter.rb', line 115 def format(raw_value) raw_value end |