Module: LWS::Auth

Defined in:
lib/lws/apps/auth.rb

Overview

The auth app module

Defined Under Namespace

Classes: Account, App, Company, Configuration, Contract, Device, License, Token, UsageReport, User

Constant Summary collapse

ENDPOINT =

The API endpoint for the auth app

{ production: "https://leftclick.cloud/" ,
development: "https://dev.leftclick.cloud/" }

Class Attribute Summary collapse

Class Attribute Details

.apiObject

Returns the value of attribute api.



25
26
27
# File 'lib/lws/apps/auth.rb', line 25

def api
  @api
end