Module: GithubOverlays
- Defined in:
- lib/github_overlays.rb,
lib/github_overlays/git.rb,
lib/github_overlays/engine.rb,
lib/github_overlays/version.rb,
lib/github_overlays/configuration.rb,
app/helpers/github_overlays/application_helper.rb,
app/controllers/github_overlays/webhooks_controller.rb,
app/controllers/github_overlays/application_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: ApplicationController, Configuration, Engine, Git, WebhooksController
Constant Summary collapse
- VERSION =
"0.0.1"- VALID_OPTIONS_KEYS =
[ :site, :endpoint, :repo, :user, :auth, :repositories, :hostname, :host_port ].freeze
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
14 15 16 |
# File 'lib/github_overlays/configuration.rb', line 14 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
17 18 19 20 |
# File 'lib/github_overlays/configuration.rb', line 17 def self.configure self.configuration ||= Configuration.new yield(configuration) end |
.overlay ⇒ Object
6 7 8 |
# File 'lib/github_overlays.rb', line 6 def self. GithubOverlays::Git. end |