Sha256: 4604f968b3738a4bd6d921be2372396c16a6c3f3cd2e8f58269f497745896ccd
Contents?: true
Size: 412 Bytes
Versions: 6
Compression:
Stored size: 412 Bytes
Contents
module Workarea module Forter module Tender class GiftCard attr_reader :tender, :options def initialize(tender, options = {}) @tender = tender @options = options end # @return Hash def to_h { creditUsed: { amountUSD: tender.amount.to_s } } end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems