Sha256: 9c633d7cdec7a50ec110f3db0d20e2b2900d972b415b08e92fc3f6a7fcb18341
Contents?: true
Size: 307 Bytes
Versions: 4
Compression:
Stored size: 307 Bytes
Contents
## # NPR::Entity::PromoArt # module NPR module Entity class PromoArt < Image attr_accessor :bookEditionId #-------------------- def initialize(json) @bookEditionId = json["bookEditionId"].to_i super end end # PromoArt end # Entity end # NPR
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
npr-1.1.0 | lib/npr/entity/promo_art.rb |
npr-0.1.2 | lib/npr/entity/promo_art.rb |
npr-0.1.1 | lib/npr/entity/promo_art.rb |
npr-0.1.0 | lib/npr/entity/promo_art.rb |