Class: Zazu::Resources::Entity
- Defined in:
- lib/zazu/resources/entity.rb
Overview
The current entity (the tenant the API key belongs to).
client.entity.get # => Zazu::Response
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Zazu::Resources::Base
Instance Method Details
#get ⇒ Object
9 10 11 |
# File 'lib/zazu/resources/entity.rb', line 9 def get http_get("api/entity") end |