Class: WatirPump::ComponentCollection

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Constants
Defined in:
lib/watir_pump/component_collection.rb

Constant Summary

Constants included from Constants

WatirPump::Constants::CLICKABLES, WatirPump::Constants::METHODS_FORWARDED_TO_ROOT, WatirPump::Constants::READABLES, WatirPump::Constants::WRITABLES

Instance Method Summary collapse

Constructor Details

#initialize(arr) ⇒ ComponentCollection

Returns a new instance of ComponentCollection.



15
16
17
# File 'lib/watir_pump/component_collection.rb', line 15

def initialize(arr)
  @arr = arr
end