Module: Roar::JSON::JSONAPI::Meta
- Defined in:
- lib/roar/json/json_api/meta.rb
Overview
Meta information API for JSON API Representers.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ undefined
private
Hook called when module is included.
Class Method Details
.included(base) ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Hook called when module is included
17 18 19 |
# File 'lib/roar/json/json_api/meta.rb', line 17 def self.included(base) base.extend ClassMethods end |