class JSONAPI::KeyFormatter
Public Class Methods
format(key)
click to toggle source
Calls superclass method
JSONAPI::Formatter::format
# File lib/jsonapi/formatter.rb, line 28 def format(key) super end
unformat(formatted_key)
click to toggle source
Calls superclass method
JSONAPI::Formatter::unformat
# File lib/jsonapi/formatter.rb, line 32 def unformat(formatted_key) super end