Class: JSONAPI::KeyFormatter
- Defined in:
- lib/jsonapi/formatter.rb
Direct Known Subclasses
CamelizedKeyFormatter, DasherizedKeyFormatter, UnderscoredKeyFormatter
Class Method Summary collapse
Methods inherited from Formatter
cached, formatter_for, uncached
Class Method Details
.format(key) ⇒ Object
28 29 30 |
# File 'lib/jsonapi/formatter.rb', line 28 def format(key) super end |
.unformat(formatted_key) ⇒ Object
32 33 34 |
# File 'lib/jsonapi/formatter.rb', line 32 def unformat(formatted_key) super end |