Parent

Files

Class/Module Index [+]

Quicksearch

WSDL::XMLSchema::Enumeration

Public Class Methods

new() click to toggle source
# File lib/wsdl/xmlSchema/enumeration.rb, line 17
def initialize
  super
end

Public Instance Methods

parse_attr(attr, value) click to toggle source
# File lib/wsdl/xmlSchema/enumeration.rb, line 25
def parse_attr(attr, value)
  case attr
  when ValueAttrName
    parent.enumeration << value.source
    value.source
  end
end
parse_element(element) click to toggle source
# File lib/wsdl/xmlSchema/enumeration.rb, line 21
def parse_element(element)
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.