Sha256: c98cab2521eb9a069f652813028b821fd624e79d16a483dc47b90197633a3311

Contents?: true

Size: 193 Bytes

Versions: 17

Compression:

Stored size: 193 Bytes

Contents

module Finix
  class PaymentCard < PaymentInstrument

    def initialize(attributes = {}, self_href = nil)
      super(attributes, self_href)
      self.type = 'PAYMENT_CARD'
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
finix-1.0.1 lib/finix/resources/payment_card.rb
finix-1.0.0 lib/finix/resources/payment_card.rb
finix-0.16 lib/finix/resources/payment_card.rb
finix-0.15 lib/finix/resources/payment_card.rb
finix-0.14 lib/finix/resources/payment_card.rb
finix-0.13 lib/finix/resources/payment_card.rb
finix-0.12 lib/finix/resources/payment_card.rb
finix-0.11 lib/finix/resources/payment_card.rb
finix-0.10 lib/finix/resources/payment_card.rb
finix-0.9 lib/finix/resources/payment_card.rb
finix-0.8 lib/finix/resources/payment_card.rb
finix-0.7 lib/finix/resources/payment_card.rb
finix-0.6 lib/finix/resources/payment_card.rb
finix-0.5 lib/finix/resources/payment_card.rb
finix-0.4 lib/finix/resources/payment_card.rb
finix-0.3 lib/finix/resources/payment_card.rb
finix-0.2 lib/finix/resources/payment_card.rb