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
Class Method Details
.format(raw_value, context) ⇒ Object
99 100 101 |
# File 'lib/jsonapi/formatter.rb', line 99 def format(raw_value, context) raw_value end |