Module: Remocon

Defined in:
lib/remocon/cli.rb,
lib/remocon/type.rb,
lib/remocon/version.rb,
lib/remocon/command/lib/config.rb,
lib/remocon/command/lib/request.rb,
lib/remocon/command/pull_command.rb,
lib/remocon/command/push_command.rb,
lib/remocon/normalizer/normalizer.rb,
lib/remocon/command/create_command.rb,
lib/remocon/error/validation_error.rb,
lib/remocon/sorter/condition_sorter.rb,
lib/remocon/sorter/parameter_sorter.rb,
lib/remocon/command/validate_command.rb,
lib/remocon/command/get_token_command.rb,
lib/remocon/normalizer/json_normalizer.rb,
lib/remocon/normalizer/void_normalizer.rb,
lib/remocon/dumper/condition_file_dumper.rb,
lib/remocon/dumper/parameter_file_dumper.rb,
lib/remocon/error/unsupported_type_error.rb,
lib/remocon/normalizer/string_normalizer.rb,
lib/remocon/normalizer/boolean_normalizer.rb,
lib/remocon/normalizer/integer_normalizer.rb,
lib/remocon/command/lib/interpreter_helper.rb,
lib/remocon/normalizer/type_normalizer_factory.rb,
lib/remocon/interpreter/condition_file_interpreter.rb,
lib/remocon/interpreter/parameter_file_interpreter.rb

Defined Under Namespace

Modules: Command, ConditionSorter, InterpreterHelper, ParameterSorter, Request, Type Classes: BooleanNormalizer, CLI, ConditionFileDumper, ConditionFileInterpreter, Config, DuplicateKeyError, EmptyExpressionError, EmptyNameError, IntegerNormalizer, JsonNormalizer, Normalizer, NotFoundConditionKey, ParameterFileDumper, ParameterFileInterpreter, StringNormalizer, TypeNormalizerFactory, UnsupportedTypeError, ValidationError, VoidNormalizer

Constant Summary collapse

VERSION =
"0.4.4"