Module: LitaGithub::Config

Overview

Github handler Lita configuration methods

Author:

Instance Method Summary collapse

Instance Method Details

#configLita::Config

Return the Lita::Config object for the Github handler

Returns:

  • (Lita::Config)

    the config object for Lita::Handlers::Github



25
26
27
# File 'lib/lita-github/config.rb', line 25

def config
  Lita.config.handlers.github
end