Module: Rubydmmd

Defined in:
lib/rubydmmd.rb,
lib/rubydmmd/error.rb,
lib/rubydmmd/client.rb,
lib/rubydmmd/version.rb,
lib/rubydmmd/endpoint.rb,
lib/rubydmmd/response.rb,
lib/rubydmmd/connection.rb,
lib/rubydmmd/endpoint/item.rb,
lib/rubydmmd/endpoint/floor.rb,
lib/rubydmmd/endpoint/genre.rb,
lib/rubydmmd/endpoint/maker.rb,
lib/rubydmmd/endpoint/author.rb,
lib/rubydmmd/endpoint/series.rb,
lib/rubydmmd/endpoint/actress.rb

Defined Under Namespace

Modules: Connection, Endpoint Classes: BadGateway, BadRequest, Client, ClientError, Error, Forbidden, InternalServerError, NotFound, Response, ServerError, ServiceUnavailable, Unauthorized

Constant Summary collapse

VERSION =
"2.0.0"

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object

class Error < StandardError; end



5
6
7
# File 'lib/rubydmmd.rb', line 5

def self.new(options = {})
  Rubydmmd::Client.new(options)
end