Class: EasyPost::Services::ApiKey
- Defined in:
- lib/easypost/services/api_key.rb
Instance Method Summary collapse
-
#all ⇒ Object
Retrieve all api keys.
Methods inherited from Service
Constructor Details
This class inherits a constructor from EasyPost::Services::Service
Instance Method Details
#all ⇒ Object
Retrieve all api keys.
5 6 7 |
# File 'lib/easypost/services/api_key.rb', line 5 def all @client.make_request(:get, 'api_keys', EasyPost::Models::ApiKey) end |