Sha256: 1d14e8b43fd72cce5878bfc2031756a1c8198c4901e25ede6329628b3c32bedc

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

require_relative '../payment'

module Tickethub
  class Supplier::Payment::Cash < Supplier::Payment
    polymorphic 'cash'
    path '/supplier/payments/cash'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tickethub-0.0.6 lib/tickethub/supplier/payment/cash.rb
tickethub-0.0.5 lib/tickethub/supplier/payment/cash.rb
tickethub-0.0.4 lib/tickethub/supplier/payment/cash.rb
tickethub-0.0.3 lib/tickethub/supplier/payment/cash.rb