Class: WsdlMapper::Dom::Attribute::Ref
- Inherits:
-
TypeBase
- Object
- TypeBase
- WsdlMapper::Dom::Attribute::Ref
- Defined in:
- lib/wsdl_mapper/dom/attribute.rb
Instance Attribute Summary (collapse)
-
- (Object) containing_type
Returns the value of attribute containing_type.
Attributes inherited from TypeBase
Method Summary
Methods inherited from TypeBase
#==, #eql?, #hash, #initialize, to_proc
Constructor Details
This class inherits a constructor from WsdlMapper::Dom::TypeBase
Instance Attribute Details
- (Object) containing_type
Returns the value of attribute containing_type
8 9 10 |
# File 'lib/wsdl_mapper/dom/attribute.rb', line 8 def containing_type @containing_type end |