Module: OpenGithubIssue
- Defined in:
- lib/open_github_issue.rb,
lib/open_github_issue/engine.rb,
lib/open_github_issue/version.rb,
lib/open_github_issue/reporter.rb,
lib/open_github_issue/constraint.rb,
lib/open_github_issue/base_service.rb,
lib/open_github_issue/github_issue.rb,
lib/open_github_issue/configuration.rb,
app/controllers/open_github_issue/reports_controller.rb,
app/helpers/open_github_issue/open_github_issue_helper.rb,
app/controllers/open_github_issue/application_controller.rb
Defined Under Namespace
Modules: OpenGithubIssueHelper
Classes: ApplicationController, BaseService, Configuration, Constraint, Engine, GithubIssue, Reporter, ReportsController
Constant Summary
collapse
- VERSION =
'0.1.0'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
12
13
14
|
# File 'lib/open_github_issue.rb', line 12
def self.configuration
@configuration ||= Configuration.new
end
|
16
17
18
|
# File 'lib/open_github_issue.rb', line 16
def self.configure
yield configuration
end
|