Class: WSDL::XMLSchema::Unique
- Inherits:
-
Info
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
#initialize ⇒ Unique
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)
true
end
|
#parse_element(element) ⇒ Object
21
22
23
24
|
# File 'lib/wsdl/xmlSchema/unique.rb', line 21
def parse_element(element)
self
end
|