class Moip2::Resource::Invoice

Attributes

client[R]

Public Class Methods

new(client, response) click to toggle source
Calls superclass method
# File lib/moip2/resource/invoice.rb, line 6
def initialize(client, response)
  super(response)
  @client = client
end