Sha256: a9a9a4894bde271b4b3b14483b0cc31747aad33284aae5100bf9621f914749c2
Contents?: true
Size: 286 Bytes
Versions: 26
Compression:
Stored size: 286 Bytes
Contents
module ShopifyAPI class LineItem < Base class Property < Base def initialize(*args) attributes = args[0] || {} persisted = args[1] || false super rescue NameError attributes = attributes.to_hash self end end end end
Version data entries
26 entries across 26 versions & 1 rubygems