module Bicho

All classes of the Bicho library belong to this module.

All classes go into this module.

Constants

SEARCH_FIELDS
VERSION

Public Class Methods

client() click to toggle source

Current client used by the library

# File lib/bicho/common_client.rb, line 56
def self.client
  CommonClient.common_client
end
client=(client) click to toggle source

Sets the common client to be used by the library

# File lib/bicho/common_client.rb, line 51
def self.client=(client)
  CommonClient.common_client = client
end