Class: Txgh::GitStatus::State
- Inherits:
-
Object
- Object
- Txgh::GitStatus::State
- Defined in:
- lib/txgh/git_status.rb
Constant Summary collapse
- PENDING =
'pending'
- SUCCESS =
'success'
- ERROR =
'error'
- FAILURE =
'failure'
Class Method Summary collapse
Class Method Details
.error ⇒ Object
14 |
# File 'lib/txgh/git_status.rb', line 14 def error; ERROR; end |
.failure ⇒ Object
15 |
# File 'lib/txgh/git_status.rb', line 15 def failure; failure; end |
.pending ⇒ Object
12 |
# File 'lib/txgh/git_status.rb', line 12 def pending; PENDING; end |
.success ⇒ Object
13 |
# File 'lib/txgh/git_status.rb', line 13 def success; SUCCESS; end |