Class: WSDL::XMLSchema::Unique

Inherits:
Info
  • Object
show all
Defined in:
lib/wsdl/xmlSchema/unique.rb

Instance Attribute Summary

Attributes inherited from Info

#id, #parent, #root

Instance Method Summary collapse

Methods inherited from Info

#inspect, #parse_epilogue

Constructor Details

#initializeUnique

Returns a new instance of Unique.



17
18
19
# File 'lib/wsdl/xmlSchema/unique.rb', line 17

def initialize
  super
end

Instance Method Details

#parse_attr(attr, value) ⇒ Object



26
27
28
29
# File 'lib/wsdl/xmlSchema/unique.rb', line 26

def parse_attr(attr, value)
  # Accepts any attribute.
  true
end

#parse_element(element) ⇒ Object



21
22
23
24
# File 'lib/wsdl/xmlSchema/unique.rb', line 21

def parse_element(element)
  # Accepts any element.
  self
end