Module: Angus

Defined in:
lib/angus/base.rb,
lib/angus/version.rb,
lib/angus/response.rb,
lib/angus/responses.rb,
lib/angus/base_proxy.rb,
lib/angus/base_actions.rb,
lib/angus/status_codes.rb,
lib/angus/utils/params.rb,
lib/angus/utils/string.rb,
lib/angus/base_resource.rb,
lib/angus/proxy_actions.rb,
lib/angus/request_handler.rb,
lib/angus/definition_reader.rb,
lib/angus/request/json_params.rb,
lib/angus/resource_definition.rb,
lib/angus/commands/demo_command.rb,
lib/angus/commands/help_command.rb,
lib/angus/commands/angus_command.rb,
lib/angus/utils/params_validator.rb,
lib/angus/commands/server_command.rb,
lib/angus/marshallings/exceptions.rb,
lib/angus/marshallings/marshalling.rb,
lib/angus/commands/resource_command.rb,
lib/angus/commands/scaffold_command.rb,
lib/angus/commands/command_processor.rb,
lib/angus/generator/thor/file_handler.rb,
lib/angus/commands/new_service_command.rb,
lib/angus/middleware/exception_handler.rb,
lib/angus/generator/thor/helper_methods.rb,
lib/angus/exceptions/invalid_value_error.rb,
lib/angus/exceptions/invalid_request_format.rb,
lib/angus/exceptions/missing_parameter_error.rb,
lib/angus/rspec/support/examples/describe_errors.rb,
lib/angus/utils/exceptions/invalid_parameter_type.rb,
lib/angus/utils/exceptions/required_parameter_not_fond.rb

Defined Under Namespace

Modules: BaseActions, Exceptions, FileHandler, HelperMethods, Marshalling, Middleware, Params, ProxyActions, RSpec, Request, Responses, StatusCodes, String Classes: AngusCommand, Base, BaseProxy, BaseResource, CommandProcessor, DefinitionReader, DemoCommand, HelpCommand, InvalidParameterType, NewServiceCommand, ParamsValidator, RequestHandler, RequiredParameterNotFound, ResourceCommand, ResourceDefinition, Response, ScaffoldCommand, ServerCommand

Constant Summary collapse

VERSION =
'0.0.14'