Module: Bigid::Bgcheck

Defined in:
lib/bigid_bgcheck.rb,
lib/bigid/bgcheck/result.rb,
lib/bigid/bgcheck/request.rb,
lib/bigid/bgcheck/version.rb,
lib/bigid/bgcheck/doc_type.rb,
lib/bigid/bgcheck/base_error.rb,
lib/bigid/bgcheck/result_code.rb,
lib/bigid/bgcheck/server_error.rb,
lib/bigid/bgcheck/no_info_error.rb,
lib/bigid/bgcheck/internal_error.rb,
lib/bigid/bgcheck/bad_request_error.rb,
lib/bigid/bgcheck/invalid_credentials_error.rb,
lib/bigid/bgcheck/document_not_supported_error.rb,
lib/bigid/bgcheck/invalid_document_value_error.rb

Defined Under Namespace

Classes: BadRequestError, BaseError, DocType, DocumentNotSupportedError, InternalError, InvalidCredentialsError, InvalidDocumentValueError, NoInfoError, Request, Result, ResultCode, ServerError

Constant Summary collapse

SRV_ENDPOINT =
"backgroundcheck"
VERSION =

When updating version, keep in mind Semantic Versioning semver.org/ TL;DR; (Major.Minor.Patch) Releases before 1.0.0 are in active development and can change anytime 1.0.0 and up is indication and declaration of a stable public API Major - Incremented for incompatible changes with previous release (or big enough new features) Minor - Incremented for new backwards-compatible features + deprecations Patch - Incremented for backwards-compatible bug fixes

File.read(".version").strip