RootKey
Represents the JSON root key for a representation.
Root keys wrap response data in a named container. Used by adapters to structure JSON responses.
Example
ruby
root_key = InvoiceRepresentation.root_key
root_key.singular # => "invoice"
root_key.plural # => "invoices"Instance Methods
#plural
#plural
The plural root key.
Returns
String