Class: WsdlMapper::SvcDesc::Wsdl11::Message::Part

Inherits:
Base
  • Object
show all
Defined in:
lib/wsdl_mapper/svc_desc/wsdl11/message.rb

Instance Attribute Summary (collapse)

Attributes inherited from Base

#documentation, #name

Method Summary

Methods inherited from Base

#initialize

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