class Luma::LumaClient
Luma
API client
Public Class Methods
connection()
click to toggle source
# File lib/luma.rb, line 58 def connection @connection ||= Connection.new end
release()
click to toggle source
# File lib/luma.rb, line 62 def release @connection = nil end