Module: LWS::Presence
- Includes:
- Generic
- Defined in:
- lib/lws/apps/presence.rb
Overview
The presence app module
Defined Under Namespace
Classes: Appointment, Configuration, Journal, Location, Notification, Person, Reader, Storage
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Presence app
{ production: "https://presence.leftclick.cloud/", development: "https://presence-dev.leftclick.cloud/" }
Class Method Summary collapse
-
.endpoint ⇒ String
The actual API endpoint used to reach the app.
Methods included from Generic
Class Method Details
.endpoint ⇒ String
Returns the actual API endpoint used to reach the app.
|
# File 'lib/lws/apps/presence.rb', line 18
|