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