Class: DeviceWizard::DeviceType

Inherits:
Object
  • Object
show all
Defined in:
lib/device_wizard.rb

Constant Summary collapse

DESKTOP =
'desktop'
TABLET =
'tablet'
MOBILE =
'mobile'
CRAWLER =
'crawler'
UNKNOWN =
'unknown'