module Lightspeed
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/lightspeed/client.rb, line 11 def self.configuration @_configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/lightspeed/client.rb, line 15 def self.configure yield configuration end