Sha256: 0d54a981420c543233f2baf6896de95ee4db24a74ea954f57a721345cab6b4c1
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 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
5 entries across 5 versions & 1 rubygems