Module: Reaction

Defined in:
lib/reaction/types/raw_type.rb,
lib/reaction.rb,
lib/reaction/type.rb,
lib/reaction/param.rb,
lib/reaction/action.rb,
lib/reaction/validator.rb,
lib/reaction/has_params.rb,
lib/reaction/type_builder.rb,
lib/reaction/param_builder.rb,
lib/reaction/has_attributes.rb,
lib/reaction/validator_builder.rb,
lib/reaction/errors/param_error.rb,
lib/reaction/errors/attribute_error.rb

Overview

This is the default type for any param. It doesn’t do any validations and simply returns the value as provided.

Defined Under Namespace

Modules: HasAttributes, HasParams Classes: Action, AttributeError, Param, ParamBuilder, ParamError, RawType, Type, TypeBuilder, Validator, ValidatorBuilder