Module: Octogate
- Defined in:
- lib/octogate.rb,
lib/octogate/gh.rb,
lib/octogate/events.rb,
lib/octogate/target.rb,
lib/octogate/gh/user.rb,
lib/octogate/version.rb,
lib/octogate/gh/commit.rb,
lib/octogate/events/base.rb,
lib/octogate/events/push.rb,
lib/octogate/config_loader.rb,
lib/octogate/configuration.rb,
lib/octogate/gh/repository.rb,
lib/octogate/target_builder.rb
Defined Under Namespace
Modules: Event, GH, Model Classes: Client, ConfigLoader, Configuration, Server, Target, TargetBuilder
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
11 12 13 |
# File 'lib/octogate.rb', line 11 def config @config ||= Configuration.instance end |