Sha256: 3dc1177d51c6ff475ba5d005bcfad8f906efd38b95b7bab89108685829a08818
Contents?: true
Size: 207 Bytes
Versions: 19
Compression:
Stored size: 207 Bytes
Contents
module ShopifyAPI class Discount < Base def disable load_attributes_from_response(post(:disable)) end def enable load_attributes_from_response(post(:enable)) end end end
Version data entries
19 entries across 19 versions & 1 rubygems