Method: WSDL::XMLSchema::Attribute#refelement
- Defined in:
- lib/wsdl/xmlSchema/attribute.rb
#refelement ⇒ Object
71 72 73 |
# File 'lib/wsdl/xmlSchema/attribute.rb', line 71 def refelement @refelement ||= root.collect_attributes[@ref] end |