module EventQL
Public Class Methods
connect(opts = {})
click to toggle source
# File lib/eventql.rb, line 6 def self.connect(opts = {}) return EventQL::Client.new(opts) end
# File lib/eventql.rb, line 6 def self.connect(opts = {}) return EventQL::Client.new(opts) end