module Dota

Constants

VERSION

Attributes

configuration[W]

Public Class Methods

api() click to toggle source
# File lib/dota.rb, line 39
def api
  @client ||= API::Client.new
end
configuration() click to toggle source
# File lib/dota.rb, line 47
def configuration
  api.configuration
end
configure(&block) click to toggle source
# File lib/dota.rb, line 43
def configure(&block)
  api.configure(&block)
end
root() click to toggle source
# File lib/dota.rb, line 51
def root
  Gem::Specification.find_by_name("dota").gem_dir
end