Sha256: 5feafb65c160364ae7dc9b57e001ecffd29b4c0f425969a82941e3d7fcc48e81
Contents?: true
Size: 374 Bytes
Versions: 9
Compression:
Stored size: 374 Bytes
Contents
module Affirm module Objects class Item include Virtus.model attribute :sku, String attribute :display_name, String attribute :unit_price, Integer attribute :qty, Integer attribute :item_type, String attribute :item_url, String attribute :item_image_url, String end end end
Version data entries
9 entries across 9 versions & 1 rubygems