Module: MetallumCli

Defined in:
lib/metallum-cli.rb,
lib/metallum-cli/app.rb,
lib/metallum-cli/version.rb,
lib/metallum-cli/helpers/url.rb,
lib/metallum-cli/helpers/band.rb,
lib/metallum-cli/configuration.rb,
lib/metallum-cli/helpers/album.rb,
lib/metallum-cli/helpers/artist.rb,
lib/metallum-cli/helpers/client.rb

Defined Under Namespace

Classes: Album, App, Artist, Band, Client, Configuration, Url

Constant Summary collapse

VERSION =
'0.0.5'

Class Method Summary collapse

Class Method Details

.configObject



6
7
8
# File 'lib/metallum-cli.rb', line 6

def self.config
  MetallumCli::Configuration.instance
end