module Orientations
Public Instance Methods
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
Source
# File lib/applitools/selenium/orientations.rb, line 8 def enum_values Orientation.enum_values end