Module: Cwsrb

Defined in:
lib/cwsrb.rb,
lib/cwsrb/api.rb,
lib/cwsrb/data.rb,
lib/cwsrb/errors.rb,
lib/cwsrb/helpers.rb,
lib/cwsrb/version.rb

Overview

This module is the main 'namespace' for CWSrb, and is extended in all other CWSrb files.

Defined Under Namespace

Modules: Helpers Classes: API, Language, User

Constant Summary collapse

Error =
This constant is abstract.

This class subclasses RuntimeError and serves as a base for all other CWSrb's error classes.

Class.new(RuntimeError)
APIError =

Raised when a general API error occurs.

Class.new(Error)
VERSION =

The current version of CWSrb.

'0.4.1'.freeze