Module: LWS::DigitalSignage
- Includes:
- Generic
- Defined in:
- lib/lws/apps/digital_signage.rb
Overview
The digital_signage app module
Defined Under Namespace
Classes: Channel, Configuration, Display, Layout, Player, Slide, Storage
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Digital Signage app
{ production: "https://cm.leftclick.cloud/" , development: "https://cm-dev.leftclick.cloud/" }
Class Method Summary collapse
-
.endpoint ⇒ String
The actual endpoint used to reach the app.
Methods included from Generic
Class Method Details
.endpoint ⇒ String
Returns the actual endpoint used to reach the app.
|
# File 'lib/lws/apps/digital_signage.rb', line 18
|