Class: Moip2::KeysApi
- Inherits:
-
Object
- Object
- Moip2::KeysApi
- Defined in:
- lib/moip2/keys_api.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
- #base_path ⇒ Object
-
#initialize(client) ⇒ KeysApi
constructor
A new instance of KeysApi.
- #show ⇒ Object
Constructor Details
#initialize(client) ⇒ KeysApi
Returns a new instance of KeysApi.
5 6 7 |
# File 'lib/moip2/keys_api.rb', line 5 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
3 4 5 |
# File 'lib/moip2/keys_api.rb', line 3 def client @client end |