Class: Breathe::Employees

Inherits:
Resource show all
Defined in:
lib/breathe/employees.rb

Constant Summary collapse

RESOURCE_NAME =
"employees"
SUPPORTED_ENDPOINTS =
[
  :list,
  :get,
]

Instance Attribute Summary

Attributes inherited from Resource

#client

Method Summary

Methods inherited from Resource

#get, #initialize, #list

Constructor Details

This class inherits a constructor from Breathe::Resource