Module: EnvironmentHelpers

Includes:
AccessHelpers, BooleanHelpers, DatetimeHelpers, EnumerableHelpers, FileHelpers, NumericHelpers, RangeHelpers, StringHelpers
Defined in:
lib/environment_helpers.rb,
lib/environment_helpers/version.rb,
lib/environment_helpers/file_helpers.rb,
lib/environment_helpers/range_helpers.rb,
lib/environment_helpers/access_helpers.rb,
lib/environment_helpers/string_helpers.rb,
lib/environment_helpers/boolean_helpers.rb,
lib/environment_helpers/numeric_helpers.rb,
lib/environment_helpers/datetime_helpers.rb,
lib/environment_helpers/enumerable_helpers.rb

Defined Under Namespace

Modules: AccessHelpers, BooleanHelpers, DatetimeHelpers, EnumerableHelpers, FileHelpers, NumericHelpers, RangeHelpers, StringHelpers

Constant Summary collapse

Error =
Class.new(::StandardError)
MissingVariableError =
Class.new(Error)
BadDefault =
Class.new(Error)
BadFormat =
Class.new(Error)
InvalidType =
Class.new(Error)
InvalidValue =
Class.new(Error)
InvalidBooleanText =
Class.new(InvalidValue)
InvalidRangeText =
Class.new(InvalidValue)
InvalidIntegerText =
Class.new(InvalidValue)
InvalidDateText =
Class.new(InvalidValue)
InvalidDateTimeText =
Class.new(InvalidValue)
VERSION =
"1.5.0"

Constants included from EnumerableHelpers

EnumerableHelpers::TYPE_HANDLERS, EnumerableHelpers::TYPE_MAP, EnumerableHelpers::VALID_TYPES

Constants included from BooleanHelpers

BooleanHelpers::BOOLEAN_VALUES

Method Summary

Methods included from EnumerableHelpers

#array

Methods included from DatetimeHelpers

#date, #date_time

Methods included from FileHelpers

#file_path

Methods included from NumericHelpers

#integer

Methods included from RangeHelpers

#integer_range

Methods included from BooleanHelpers

#boolean

Methods included from StringHelpers

#string, #symbol