Module: Octopussy
- Extended by:
- SingleForwardable
- Defined in:
- lib/octopussy.rb,
lib/octopussy/repo.rb,
lib/octopussy/event.rb,
lib/octopussy/client.rb
Defined Under Namespace
Classes: Client, ClientError, Event, General, InformOctopussy, NotFound, OctopussyError, RateLimitExceeded, Repo, ServerError, Unauthorized, Unavailable
Constant Summary collapse
- VERSION =
"0.3.1"
Class Method Summary collapse
Class Method Details
.client ⇒ Object
39 |
# File 'lib/octopussy.rb', line 39 def self.client; Client.new end |