Class: Txgh::GitStatus::State

Inherits:
Object
  • Object
show all
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

.errorObject



14
# File 'lib/txgh/git_status.rb', line 14

def error; ERROR; end

.failureObject



15
# File 'lib/txgh/git_status.rb', line 15

def failure; failure; end

.pendingObject



12
# File 'lib/txgh/git_status.rb', line 12

def pending; PENDING; end

.successObject



13
# File 'lib/txgh/git_status.rb', line 13

def success; SUCCESS; end