Method: Watir::AttributeHelper#inherit_attributes_from

Defined in:
lib/watir/attribute_helper.rb

#inherit_attributes_from(kls) ⇒ Object



22
23
24
25
26
# File 'lib/watir/attribute_helper.rb', line 22

def inherit_attributes_from(kls)
  kls.typed_attributes.each do |type, attrs|
    attrs.each { |method, attr| attribute type, method, attr }
  end
end