Class: JSONAPI::Ruby::Deserializer::Meta
- Inherits:
-
Object
- Object
- JSONAPI::Ruby::Deserializer::Meta
- Includes:
- Parser
- Defined in:
- lib/jsonapi-ruby-deserializer/meta.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ Meta
constructor
A new instance of Meta.
Methods included from Parser
#method_missing, #parse!, #to_h
Constructor Details
#initialize(data) ⇒ Meta
Returns a new instance of Meta.
11 12 13 |
# File 'lib/jsonapi-ruby-deserializer/meta.rb', line 11 def initialize(data) parse!(data) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class JSONAPI::Ruby::Deserializer::Parser