Class: JsonApiClient::RouteFormatter
- Defined in:
- lib/json_api_client/formatter.rb
Direct Known Subclasses
CamelizedRouteFormatter, DasherizedRouteFormatter, UnderscoredRouteFormatter
Class Method Summary collapse
Methods inherited from Formatter
Class Method Details
.format(route) ⇒ Object
47 48 49 |
# File 'lib/json_api_client/formatter.rb', line 47 def format(route) super end |
.unformat(formatted_route) ⇒ Object
51 52 53 |
# File 'lib/json_api_client/formatter.rb', line 51 def unformat(formatted_route) super end |