Sha256: bde44dd67ad01175e7f963b8ae3a184e971f4664f9b86b422241c86b53c1b416

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

module Workarea
  class Payment
    class Tender
      class GlobalEPayment < Tender
        field :name, type: String
        field :payment_method_code, type: String
        field :last_four, type: String
        field :expiration_date, type: String

        def slug
          :global_e_payment
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-global_e-1.3.0 app/models/workarea/payment/tender/global_e_payment.rb
workarea-global_e-1.2.1 app/models/workarea/payment/tender/global_e_payment.rb