Sha256: 2c072439f1e2a3da604ebc4e59c455ca7e3ebd56e30144212231a39d7299a1e8
Contents?: true
Size: 352 Bytes
Versions: 4
Compression:
Stored size: 352 Bytes
Contents
## # NPR::Entity::Base # # Class for all NPR Objects to inherit from # module NPR module Entity class Base include NPR::Concern::Relation include NPR::Concern::ShallowAttributes #----------------- # Override this def initialize(json={}) @_json = json end end # Base end # Entity end # NPR
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
npr-1.1.0 | lib/npr/entity/base.rb |
npr-0.1.2 | lib/npr/entity/base.rb |
npr-0.1.1 | lib/npr/entity/base.rb |
npr-0.1.0 | lib/npr/entity/base.rb |