Class: WsdlMapper::Dom::BuiltinType

Inherits:
TypeBase
  • Object
show all
Extended by:
ShallowSchema
Defined in:
lib/wsdl_mapper/dom/builtin_type.rb

Constant Summary

NAMESPACE =
'http://www.w3.org/2001/XMLSchema'.freeze

Instance Attribute Summary

Attributes included from ShallowSchema

#namespace

Attributes inherited from TypeBase

#documentation, #name

Instance Method Summary (collapse)

Methods included from ShallowSchema

[], build, builtin?, each, types

Methods inherited from TypeBase

#==, #eql?, #hash, #initialize, to_proc

Constructor Details

This class inherits a constructor from WsdlMapper::Dom::TypeBase

Instance Method Details

- (Object) root



12
13
14
# File 'lib/wsdl_mapper/dom/builtin_type.rb', line 12

def root
  self
end