Class: Moip2::Resource::Keys
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Moip2::Resource::Keys
- Defined in:
- lib/moip2/resource/keys.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client, response) ⇒ Keys
constructor
A new instance of Keys.
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
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/moip2/resource/keys.rb', line 5 def client @client end |