Class: Zazu::Resources::Entity

Inherits:
Base
  • Object
show all
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

Base::MAX_PER_PAGE

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Zazu::Resources::Base

Instance Method Details

#getObject



9
10
11
# File 'lib/zazu/resources/entity.rb', line 9

def get
  http_get("api/entity")
end