Class: Cielo24::TaskStatus
- Inherits:
- BasicObject
- Defined in:
- lib/cielo24/enums.rb
Class Method Summary collapse
Class Method Details
.ABORTED ⇒ Object
37 |
# File 'lib/cielo24/enums.rb', line 37 def self.ABORTED; "ABORTED"; end |
.COMPLETE ⇒ Object
35 |
# File 'lib/cielo24/enums.rb', line 35 def self.COMPLETE; "COMPLETE"; end |
.FAILED ⇒ Object
38 |
# File 'lib/cielo24/enums.rb', line 38 def self.FAILED; "FAILED"; end |
.INPROGRESS ⇒ Object
36 |
# File 'lib/cielo24/enums.rb', line 36 def self.INPROGRESS; "INPROGRESS"; end |