Method: WSDL::XMLSchema::Include#initialize

Defined in:
lib/wsdl/xmlSchema/include.rb

#initializeInclude

Returns a new instance of Include.



21
22
23
24
25
# File 'lib/wsdl/xmlSchema/include.rb', line 21

def initialize
  super
  @schemalocation = nil
  @content = nil
end