method
run
v1_8_7_72 -
Show latest stable
- Class:
WSDL::XMLSchema::XSD2Ruby
run()public
No documentation available.
# File lib/wsdl/xmlSchema/xsd2ruby.rb, line 24
def run
unless @location
raise RuntimeError, "XML Schema location not given"
end
@xsd = import(@location)
@name = create_classname(@xsd)
create_file
end