method
location
v1_8_6_287 -
Show latest stable
- Class:
WSDL::XMLSchema::Schema
location()public
No documentation available.
# File lib/wsdl/xmlSchema/schema.rb, line 44
def location
@location || (root.nil? ? nil : root.location)
end