Module: Bomberman
- Extended by:
- Configuration
- Defined in:
- lib/bomberman.rb,
lib/bomberman/error.rb,
lib/bomberman/version.rb,
lib/bomberman/profanity.rb,
lib/bomberman/connection.rb,
lib/bomberman/string_utils.rb,
lib/bomberman/configuration.rb
Defined Under Namespace
Modules: Configuration, Profanity, StringUtils Classes: BadGateway, BadRequest, Connection, Error, Forbidden, InternalServerError, LanguageNotSupported, NotAcceptable, NotFound, NotImplemented, RateLimitExceeded, ServiceUnavailable, Unauthorized, UnprocessableEntity
Constant Summary collapse
- VERSION =
"2.0.0"
Constants included from Configuration
Configuration::DEFAULT_VALUES, Configuration::VALID_OPTIONS
Class Attribute Summary collapse
-
.connection ⇒ Object
readonly
include Bomberman::Connection.
Method Summary
Methods included from Configuration
Class Attribute Details
.connection ⇒ Object (readonly)
include Bomberman::Connection
12 13 14 |
# File 'lib/bomberman.rb', line 12 def connection @connection end |