Module: RepsClient

Extended by:
Configuration
Defined in:
lib/reps_client.rb,
lib/reps_client/lead.rb,
lib/reps_client/client.rb,
lib/reps_client/errors.rb,
lib/reps_client/version.rb,
lib/reps_client/community.rb,
lib/reps_client/pick_list.rb,
lib/reps_client/configuration.rb

Defined Under Namespace

Modules: CommunityMethods, Configuration, LeadMethods, PickListMethods Classes: Client, Community, Contact, InvalidEnterpriseKeyError, Prefix, Prospect, RelationshipType, ServiceError, Source, Suffix

Constant Summary collapse

VERSION =

The current version of this library

'0.1.1'
VALID_CONFIG_OPTIONS =

All possible configuration options

[:endpoint, :username, :password, :namespace, :enterprise_key,
:debug, :logger]
DEFAULT_ENDPOINT =

The default endpoint (points to the REPS test server)

'https://repssuite.mdiachieve.com/webservices/lead.asmx'
DEFAULT_NAMESPACE =

The default namespace for SOAP requests

'http://www.mdiachieve.com/'

Instance Attribute Summary

Attributes included from Configuration

#logger

Method Summary

Methods included from Configuration

configure, debug?, extended, options, reset