Sha256: cd172da7b94b1745898e74a3f8b0b34b65d5077ded2cb1c231d40d4d579c0770
Contents?: true
Size: 488 Bytes
Versions: 10
Compression:
Stored size: 488 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. module Pokepay::Response class Product def initialize(row) @jan_code = row["jan_code"] @name = row["name"] @unit_price = row["unit_price"] @price = row["price"] @is_discounted = row["is_discounted"] @other = row["other"] end attr_reader :jan_code attr_reader :name attr_reader :unit_price attr_reader :price attr_reader :is_discounted attr_reader :other end end
Version data entries
10 entries across 10 versions & 1 rubygems