Sha256: c66b750de01de6cb8a3769efc290e876daed93ac7db3228d256c250fb84a09a3
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
module Pwinty class ProductDimensions < Pwinty::Base """https://www.prodigi.com/print-api/docs/reference/#product-details-object""" attribute :width, Types::Float attribute :height, Types::Float attribute :units, Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwinty-4.0.1 | lib/pwinty/api_models/product_dimensions.rb |
pwinty-4.0.0 | lib/pwinty/api_models/product_dimensions.rb |