lib/npr/entity/base.rb in npr-1.1.0 vs lib/npr/entity/base.rb in npr-1.2.0

- old
+ new

@@ -6,10 +6,10 @@ module NPR module Entity class Base include NPR::Concern::Relation include NPR::Concern::ShallowAttributes - + #----------------- # Override this def initialize(json={}) @_json = json end