class Moip2::Resource::CreditCard
Attributes
client[R]
Public Class Methods
new(client, response)
click to toggle source
Calls superclass method
# File lib/moip2/resource/credit_card.rb, line 6 def initialize(client, response) super(response) @client = client end