Module: ActiveCommand

Defined in:
lib/active_command.rb,
lib/active_command/base.rb,
lib/active_command/version.rb,
lib/active_command/exceptions.rb

Defined Under Namespace

Modules: Exceptions Classes: Base

Constant Summary collapse

DEFAULT_TYPES =
{
  string: String,
  integer: Integer,
  array: Array,
  hash: Hash
}.freeze
VERSION =
'0.1.0'.freeze