Module: Orientations
- Extended by:
- Orientations
- Included in:
- Orientations
- Defined in:
- lib/applitools/selenium/orientations.rb
Instance Method Summary collapse
Instance Method Details
#const_missing(name) ⇒ Object
4 5 6 7 |
# File 'lib/applitools/selenium/orientations.rb', line 4 def const_missing(name) puts 'Please prefer using the Orientation instead of Orientations(plural).' Orientation.const_get(name) end |
#enum_values ⇒ Object
8 9 10 |
# File 'lib/applitools/selenium/orientations.rb', line 8 def enum_values Orientation.enum_values end |