Module: AutomationObject::BluePrint::Composite::MultipleElementsHelper
- Included in:
- ElementArray, ElementHash
- Defined in:
- lib/automation_object/blue_print/composite/helpers/multiple_elements_helper.rb
Overview
Helper module for multiple element composite classes
Instance Method Summary collapse
-
#custom_range ⇒ Range?
Gives range for limiting multiple elements or nil.
-
#remove_duplicates ⇒ Symbol?
Gives element method to remove duplicates on or nil.
Instance Method Details
#custom_range ⇒ Range?
Returns gives range for limiting multiple elements or nil
9 10 11 |
# File 'lib/automation_object/blue_print/composite/helpers/multiple_elements_helper.rb', line 9 def custom_range adapter.custom_range end |
#remove_duplicates ⇒ Symbol?
Returns gives element method to remove duplicates on or nil
14 15 16 |
# File 'lib/automation_object/blue_print/composite/helpers/multiple_elements_helper.rb', line 14 def remove_duplicates adapter.remove_duplicates end |