Module: Undantag

Defined in:
lib/undantag.rb,
lib/undantag/version.rb,
lib/undantag/notifier.rb,
lib/undantag/exceptions.rb,
lib/undantag/configuration.rb

Defined Under Namespace

Modules: ConfigurationError Classes: Configuration, NotAuthorized, Notifier

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.configure(params) ⇒ Object



9
10
11
12
13
# File 'lib/undantag.rb', line 9

def self.configure(params)
  Undantag::Configuration.api_key = params[:api_key]
  Undantag::Configuration.github_user = params[:github_user]
  Undantag::Configuration.github_repo = params[:github_repo]
end