class Moip2::Resource::Entry

Attributes

client[R]

Public Class Methods

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