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
30 31 32 |
# File 'lib/jsonapi/formatter.rb', line 30 def format(key) super end |
.unformat(formatted_key) ⇒ Object
34 35 36 |
# File 'lib/jsonapi/formatter.rb', line 34 def unformat(formatted_key) super end |