Module: LWS::Ticket

Includes:
Generic
Defined in:
lib/lws/apps/ticket.rb

Overview

The ticket app module

Defined Under Namespace

Classes: Attachment, Configuration, Group, Message, Tag, Ticket

Constant Summary collapse

ENDPOINT =

The API endpoint environment mapping for the Ticket app

{ production: "https://ticket.leftclick.cloud/",
development: "https://ticket-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/ticket.rb', line 18