Class: Hps::HpsDataEntryMode

Inherits:
Object
  • Object
show all
Defined in:
lib/hps/infrastructure/hps_data_entry_mode.rb

Class Method Summary collapse

Class Method Details

.manualObject



3
4
5
# File 'lib/hps/infrastructure/hps_data_entry_mode.rb', line 3

def self.manual
  'MANUAL'
end

.swipeObject



7
8
9
# File 'lib/hps/infrastructure/hps_data_entry_mode.rb', line 7

def self.swipe
  'SWIPE'
end