Class: NPR::Entity::List
- Includes:
- Concern::LinksAssociation
- Defined in:
- lib/npr/entity/list.rb
Instance Method Summary collapse
-
#initialize(json) ⇒ List
constructor
——————.
Methods included from Concern::LinksAssociation
Methods included from Concern::ShallowAttributes
Methods included from Concern::Relation
Constructor Details
#initialize(json) ⇒ List
20 21 22 23 |
# File 'lib/npr/entity/list.rb', line 20 def initialize(json) extract_shallow_attributes(json) create_relations(json) end |