Module: LWS::CorporateWebsite
- Includes:
- Generic
- Defined in:
- lib/lws/apps/corporate_website.rb
Overview
The corporate website app module
Defined Under Namespace
Classes: Article, Configuration, OfficeTime, Page, SocialPage, SocialPost
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Corporate Website app
{ production: "https://www.leftclick.cloud/", development: "https://www-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/corporate_website.rb', line 18
|