Class: Hps::HpsDataEntryMode
- Inherits:
-
Object
- Object
- Hps::HpsDataEntryMode
- Defined in:
- lib/hps/infrastructure/hps_data_entry_mode.rb
Class Method Summary collapse
Class Method Details
.manual ⇒ Object
3 4 5 |
# File 'lib/hps/infrastructure/hps_data_entry_mode.rb', line 3 def self.manual 'MANUAL' end |
.swipe ⇒ Object
7 8 9 |
# File 'lib/hps/infrastructure/hps_data_entry_mode.rb', line 7 def self.swipe 'SWIPE' end |