Class: Breathe::Absences

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

Constant Summary collapse

RESOURCE_NAME =
"absences"
SUPPORTED_ENDPOINTS =
[
  :list,
]

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