Class: WsdlMapper::SvcDesc::Wsdl11::Message::Part
- Inherits:
-
Base
- Object
- Base
- WsdlMapper::SvcDesc::Wsdl11::Message::Part
- Defined in:
- lib/wsdl_mapper/svc_desc/wsdl11/message.rb
Instance Attribute Summary (collapse)
-
- (Object) element
Returns the value of attribute element.
-
- (Object) element_name
Returns the value of attribute element_name.
-
- (Object) type
Returns the value of attribute type.
-
- (Object) type_name
Returns the value of attribute type_name.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from WsdlMapper::SvcDesc::Wsdl11::Base
Instance Attribute Details
- (Object) element
Returns the value of attribute element
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/message.rb', line 8 def element @element end |
- (Object) element_name
Returns the value of attribute element_name
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/message.rb', line 8 def element_name @element_name end |
- (Object) type
Returns the value of attribute type
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/message.rb', line 8 def type @type end |
- (Object) type_name
Returns the value of attribute type_name
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/message.rb', line 8 def type_name @type_name end |