module Mangadex

typed: true

typed: true

Namespace for classes and modules for this gem. @since 5.3.0

typed: true

typed: true

typed: true

typed: false

typed: false

typed: true

typed: true

typed: false

typed: false

typed: true

typed: false

typed: true

typed: false

typed: false

typed: false

typed: false

Public Class Methods

api_version() click to toggle source
# File lib/mangadex.rb, line 44
def api_version
  context.version
end
configuration() click to toggle source
# File lib/mangadex.rb, line 28
def configuration
  @configuration ||= Config.new
end
configure() { |configuration| ... } click to toggle source
# File lib/mangadex.rb, line 36
def configure(&block)
  yield(configuration)
end
context() click to toggle source
# File lib/mangadex.rb, line 32
def context
  @context ||= Internal::Context.new
end
storage() click to toggle source
# File lib/mangadex.rb, line 40
def storage
  configuration.storage
end