Class: ShellEv::LocationsMarkersAuthorizationMethodsEnum
- Inherits:
-
Object
- Object
- ShellEv::LocationsMarkersAuthorizationMethodsEnum
- Defined in:
- lib/shell_ev/models/locations_markers_authorization_methods_enum.rb
Overview
locationsMarkersAuthorizationMethods.
Constant Summary collapse
- LOCATIONS_MARKERS_AUTHORIZATION_METHODS_ENUM =
[ # TODO: Write general description for NEWMOTIONAPP NEWMOTIONAPP = 'NewMotionApp'.freeze, # TODO: Write general description for RFIDTOKEN RFIDTOKEN = 'RFIDToken'.freeze, # TODO: Write general description for PNC PNC = 'PnC'.freeze ].freeze
Class Method Summary collapse
Class Method Details
.validate(value) ⇒ Object
20 21 22 23 24 |
# File 'lib/shell_ev/models/locations_markers_authorization_methods_enum.rb', line 20 def self.validate(value) return false if value.nil? LOCATIONS_MARKERS_AUTHORIZATION_METHODS_ENUM.include?(value) end |