class Hps::HpsDataEntryMode

Public Class Methods

manual() click to toggle source
# File lib/hps/infrastructure/hps_data_entry_mode.rb, line 3
def self.manual
  'MANUAL'
end
swipe() click to toggle source
# File lib/hps/infrastructure/hps_data_entry_mode.rb, line 7
def self.swipe
  'SWIPE'
end