Method: Finix::PaymentCard#initialize
- Defined in:
- lib/finix/resources/payment_card.rb
#initialize(attributes = {}, self_href = nil) ⇒ PaymentCard
Returns a new instance of PaymentCard.
4 5 6 7 |
# File 'lib/finix/resources/payment_card.rb', line 4 def initialize(attributes = {}, self_href = nil) super(attributes, self_href) self.type = 'PAYMENT_CARD' end |