module Codat

Constants

VERSION

Public Instance Methods

client() click to toggle source
# File lib/codat.rb, line 22
def client
  @client ||= Client.new
end
configuration() click to toggle source
# File lib/codat.rb, line 26
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/codat.rb, line 18
def configure
  yield(configuration)
end