Class: Jigit::JigitfileConstants
- Inherits:
-
Object
- Object
- Jigit::JigitfileConstants
- Defined in:
- lib/jigit/core/jigitfile_constants.rb
Class Method Summary collapse
Class Method Details
.host ⇒ Object
11 12 13 |
# File 'lib/jigit/core/jigitfile_constants.rb', line 11 def self.host "host" end |
.in_progress_status ⇒ Object
3 4 5 |
# File 'lib/jigit/core/jigitfile_constants.rb', line 3 def self.in_progress_status "in_progress_status" end |
.other_statuses ⇒ Object
7 8 9 |
# File 'lib/jigit/core/jigitfile_constants.rb', line 7 def self.other_statuses "other_statuses" end |