Sha256: 809aab34b5ad915fc8476b58141363aac76b5a33914774e0fe05a25d6e7e832f
Contents?: true
Size: 344 Bytes
Versions: 4
Compression:
Stored size: 344 Bytes
Contents
## # NPR::Entity::PromoArtBookEdition # module NPR module Entity class PromoArtBookEdition < Base attr_accessor :refId, :num #------------------- def initialize(json) @refId = json["refId"].to_i @num = json["num"].to_i end end # PromoArtBookEdition end # Entity end # NPR
Version data entries
4 entries across 4 versions & 1 rubygems