Module: Sunspot4R

Defined in:
lib/sunspot4r.rb,
lib/sunspot4r/object_service_client.rb,
lib/sunspot4r/system_service_client.rb,
lib/sunspot4r/security_service_client.rb,
lib/sunspot4r/base_sunspot_service_client.rb

Overview

The main Sunspot4R module, serving as a namespace for all Sunspot services.

Defined Under Namespace

Classes: BaseSunspotServiceClient, ObjectServiceClient, SecurityServiceClient, SystemServiceClient

Constant Summary collapse

NAME =
'SUNSPOT4R'
VERSION =
'0.1'
USER_AGENT =
"%s %s" % [NAME, VERSION]