Class: Actions::CheckCommits
- Inherits:
-
Object
- Object
- Actions::CheckCommits
- Defined in:
- lib/actions/check_commits.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ CheckCommits
constructor
A new instance of CheckCommits.
Constructor Details
#initialize ⇒ CheckCommits
Returns a new instance of CheckCommits.
8 9 10 |
# File 'lib/actions/check_commits.rb', line 8 def initialize @config = CheckAhead.configuration end |
Instance Method Details
#execute ⇒ Object
12 13 14 |
# File 'lib/actions/check_commits.rb', line 12 def execute check_commits end |