Module: Verifly

Defined in:
lib/verifly.rb,
lib/verifly/version.rb,
lib/verifly/verifier.rb,
lib/verifly/applicator.rb,
lib/verifly/has_logger.rb,
lib/verifly/class_builder.rb,
lib/verifly/dependent_callbacks.rb,
lib/verifly/applicator_with_options.rb,
lib/verifly/dependent_callbacks/invoker.rb,
lib/verifly/dependent_callbacks/service.rb,
lib/verifly/dependent_callbacks/storage.rb,
lib/verifly/dependent_callbacks/callback.rb,
lib/verifly/dependent_callbacks/callback_group.rb

Overview

Verifly provides several useful classes, but Verifier is the most important one, while others depend on it. See README.md or in-code documentation for more info.

Defined Under Namespace

Modules: DependentCallbacks, HasLogger Classes: Applicator, ApplicatorWithOptions, ClassBuilder, Verifier

Constant Summary collapse

VERSION =

Specifies Verifly version

Semantic versioning: 0.a.b.c where

  • 0 stands for unreleased

  • a stands for public api changes

  • b stands for private api changes

  • c stands for patch changes (not touching public or private api)

"0.3.1.0"