Sha256: f882edb0da12de10dd89923ffa9b11cd7e68ea03e08d511619abf68ae218ec99

Contents?: true

Size: 320 Bytes

Versions: 4

Compression:

Stored size: 320 Bytes

Contents

require_relative '../payment'

module Tickethub
  class Supplier::Payment::Card < Supplier::Payment
    polymorphic 'card'
    path '/supplier/payments/card'

    require_relative '../card'
    require_relative '../../address'

    association :card, Supplier::Card
    association :address, Tickethub::Address
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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