class Finix::PaymentCard
Public Class Methods
new(attributes = {}, self_href = nil)
click to toggle source
Calls superclass method
# File lib/finix/resources/payment_card.rb, line 4 def initialize(attributes = {}, self_href = nil) super(attributes, self_href) self.type = 'PAYMENT_CARD' end