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

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

Parameters:

  • base (Class, Module)

    the module or class including JSONAPI

Returns:

  • (undefined)

See Also:



17
18
19
# File 'lib/roar/json/json_api/meta.rb', line 17

def self.included(base)
  base.extend ClassMethods
end