Module: JustimmoClient::V1::EmployeeRequest Private

Extended by:
JustimmoRequest
Defined in:
lib/justimmo_client/api/v1/requests/employee_request.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Methods included from JustimmoRequest

get, request, with_request_error_handler, with_retries

Methods included from Logging

default_logger, #logger, rails_logger

Class Method Details

.detail(id) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



16
17
18
# File 'lib/justimmo_client/api/v1/requests/employee_request.rb', line 16

def detail(id)
  get("team/detail", id: id)
end

.idsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



20
21
22
# File 'lib/justimmo_client/api/v1/requests/employee_request.rb', line 20

def ids
  get("team/ids")
end

.listObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



12
13
14
# File 'lib/justimmo_client/api/v1/requests/employee_request.rb', line 12

def list
  get("team/list")
end