Module: Subjoin::Metable
- Included in:
- Document, Identifier, JsonApi, Link, Relationship, Resource
- Defined in:
- lib/subjoin/metable.rb
Overview
Generically handle meta objects
Instance Attribute Summary collapse
-
#meta ⇒ Meta
readonly
The object’s meta attribute.
Instance Method Summary collapse
- #has_meta? ⇒ Boolean
-
#load_meta(data) ⇒ Metable?
Load the object’s attributes.
Instance Attribute Details
#meta ⇒ Meta (readonly)
The object’s meta attribute
7 8 9 |
# File 'lib/subjoin/metable.rb', line 7 def @meta end |