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

Methods included from Generic

included

Class Method Details

.endpointString

Returns the actual API endpoint used to reach the app.

Returns:

  • (String)

    the actual API endpoint used to reach the app



# File 'lib/lws/apps/presence.rb', line 18