Module: Core::Boundary
- Defined in:
- lib/core/boundary.rb,
lib/core/boundary/error.rb,
lib/core/boundary/errors.rb,
lib/core/boundary/result.rb,
lib/core/boundary/version.rb,
lib/core/boundary/verifier.rb,
lib/core/boundary/reference.rb,
lib/core/boundary/validator.rb,
lib/core/boundary/normalizer.rb,
lib/core/boundary/behavior/validation.rb,
lib/core/boundary/behavior/verifiable.rb,
lib/core/boundary/behavior/normalization.rb
Defined Under Namespace
Modules: Behavior Classes: Error, Errors, Normalizer, Reference, Result, Validator, Verifier
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.version ⇒ Object
[public].
Class Method Details
.version ⇒ Object
- public
9 10 11 |
# File 'lib/core/boundary/version.rb', line 9 def self.version VERSION end |