Class: HybridAnalysis::Clients::Key
- Defined in:
- lib/hybridanalysis/clients/file_collection.rb
Constant Summary
Constants inherited from Client
Client::BASE_URL, Client::DEFAULT_UA, Client::HOST, Client::VERSION
Instance Attribute Summary
Attributes inherited from Client
Instance Method Summary collapse
-
#current ⇒ Hash
return information about the used API key and it limits.
Methods inherited from Client
Constructor Details
This class inherits a constructor from HybridAnalysis::Clients::Client
Instance Method Details
#current ⇒ Hash
return information about the used API key and it limits
96 97 98 |
# File 'lib/hybridanalysis/clients/file_collection.rb', line 96 def current _get("/key/current") { |json| json } end |