Module: Applitools::DynamicTextType

Extended by:
DynamicTextType
Included in:
DynamicTextType
Defined in:
lib/applitools/core/dynamic_text_type.rb

Constant Summary collapse

TEXT_FIELD =
'TextField'.freeze
NUMBER =
'Number'.freeze
DATE =
'Date'.freeze
'Link'.freeze
EMAIL =
'Email'.freeze
CURRENCY =
'Currency'.freeze

Instance Method Summary collapse

Instance Method Details

#enum_valuesObject



13
14
15
16
17
18
19
20
21
22
# File 'lib/applitools/core/dynamic_text_type.rb', line 13

def enum_values
  [
    TEXT_FIELD,
    NUMBER,
    DATE,
    LINK,
    EMAIL,
    CURRENCY,
  ]
end