module Ticketlocker

Constants

VERSION

Attributes

api_key[RW]
client[RW]
connection[RW]

Public Class Methods

setup() click to toggle source
# File lib/ticketlocker.rb, line 14
def self.setup
  self.client = Ticketlocker::Client.new(token: api_key || "58990f3c290da63b95513fee9b0b526f",
                                    base_url: "http://localhost:3000")
  self.connection = client.conn
end