module Lotohelp

Constants

VERSION

Public Class Methods

configure() { |Config| ... } click to toggle source
# File lib/lotohelp.rb, line 14
def self.configure
  yield Config
end
entrypoint() click to toggle source
# File lib/lotohelp.rb, line 22
def self.entrypoint
  "#{@protocol}://#{@hostname}/#{@version}"
end
request() { |Request| ... } click to toggle source
# File lib/lotohelp.rb, line 18
def self.request
  yield Request
end