module LeccaClient

Constants

VERSION

Public Class Methods

config() { |config| ... } click to toggle source
# File lib/lecca_client.rb, line 2
def self.config
  @config ||= LeccaClient::Configuration.new
  yield @config if block_given?
  @config
end