module AutomationObject::BluePrint::Composite::MultipleElementsHelper
Helper module for multiple element composite classes
Public Instance Methods
custom_range()
click to toggle source
@return [Range, nil] gives range for limiting multiple elements or nil
# File lib/automation_object/blue_print/composite/helpers/multiple_elements_helper.rb, line 9 def custom_range adapter.custom_range end
remove_duplicates()
click to toggle source
@return [Symbol, nil] gives element method to remove duplicates on or nil
# File lib/automation_object/blue_print/composite/helpers/multiple_elements_helper.rb, line 14 def remove_duplicates adapter.remove_duplicates end