Class: Moip2::Resource::Keys

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/moip2/resource/keys.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client, response) ⇒ Keys

Returns a new instance of Keys.



7
8
9
10
# File 'lib/moip2/resource/keys.rb', line 7

def initialize(client, response)
  super(response)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



5
6
7
# File 'lib/moip2/resource/keys.rb', line 5

def client
  @client
end