In Files

  • wsdl/xmlSchema/length.rb

Class/Module Index [+]

Quicksearch

WSDL::XMLSchema::Length

Public Class Methods

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

Public Instance Methods

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