Class: NPR::Entity::Base

Inherits:
Object
  • Object
show all
Includes:
Concern::Relation, Concern::ShallowAttributes
Defined in:
lib/npr/entity/base.rb

Instance Method Summary collapse

Methods included from Concern::ShallowAttributes

included

Methods included from Concern::Relation

included

Constructor Details

#initialize(json = {}) ⇒ Base


Override this



14
15
16
# File 'lib/npr/entity/base.rb', line 14

def initialize(json={})
  @_json = json
end