Class: Fend

Inherits:
Object
  • Object
show all
Extended by:
Plugins::Core::ClassMethods
Defined in:
lib/fend.rb,
lib/fend/version.rb,
lib/fend/plugins/contexts.rb,
lib/fend/plugins/coercions.rb,
lib/fend/plugins/base_errors.rb,
lib/fend/plugins/dependencies.rb,
lib/fend/plugins/full_messages.rb,
lib/fend/plugins/value_helpers.rb,
lib/fend/plugins/data_processing.rb,
lib/fend/plugins/object_validation.rb,
lib/fend/plugins/validation_helpers.rb,
lib/fend/plugins/validation_options.rb,
lib/fend/plugins/external_validation.rb

Defined Under Namespace

Modules: Plugins, VERSION Classes: Error, Param, Result

Instance Attribute Summary

Attributes included from Plugins::Core::ClassMethods

#opts, #validation_block

Class Method Summary collapse

Methods included from Plugins::Core::ClassMethods

call, deprecation, inherited, plugin, validate

Class Method Details

.versionObject



2
3
4
# File 'lib/fend/version.rb', line 2

def self.version
  VERSION::STRING
end