module Orientations
Public Instance Methods
const_missing(name)
click to toggle source
# 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()
click to toggle source
# File lib/applitools/selenium/orientations.rb, line 8 def enum_values Orientation.enum_values end