Class: Cielo24::Priority
- Inherits:
- BasicObject
- Defined in:
- lib/cielo24/enums.rb
Class Method Summary collapse
- .all ⇒ Object
- .CRITICAL ⇒ Object
- .ECONOMY ⇒ Object
- .HIGH ⇒ Object
- .PRIORITY ⇒ Object
- .STANDARD ⇒ Object
Class Method Details
.all ⇒ Object
47 |
# File 'lib/cielo24/enums.rb', line 47 def self.all; "[ ECONOMY, STANDARD, PRIORITY, CRITICAL, HIGH ]"; end |
.CRITICAL ⇒ Object
45 |
# File 'lib/cielo24/enums.rb', line 45 def self.CRITICAL; "CRITICAL"; end |
.ECONOMY ⇒ Object
42 |
# File 'lib/cielo24/enums.rb', line 42 def self.ECONOMY; "ECONOMY"; end |
.HIGH ⇒ Object
46 |
# File 'lib/cielo24/enums.rb', line 46 def self.HIGH; "HIGH"; end |
.PRIORITY ⇒ Object
44 |
# File 'lib/cielo24/enums.rb', line 44 def self.PRIORITY; "PRIORITY"; end |
.STANDARD ⇒ Object
43 |
# File 'lib/cielo24/enums.rb', line 43 def self.STANDARD; "STANDARD"; end |