method

parse_attr

v1_8_7_72 - Show latest stable - Class: WSDL::XMLSchema::Length
parse_attr(attr, value)
public

No documentation available.

# File lib/wsdl/xmlSchema/length.rb, line 25
  def parse_attr(attr, value)
    case attr
    when ValueAttrName
      value.source
    end
  end