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
21 22 23 |
# File 'lib/jsonapi/formatter.rb', line 21 def format(key) super end |
.unformat(formatted_key) ⇒ Object
25 26 27 |
# File 'lib/jsonapi/formatter.rb', line 25 def unformat(formatted_key) super end |