Class: WsdlMapper::SvcDesc::Wsdl11::PortType::InputOutput
- Inherits:
-
Base
- Object
- Base
- WsdlMapper::SvcDesc::Wsdl11::PortType::InputOutput
- Defined in:
- lib/wsdl_mapper/svc_desc/wsdl11/port_type.rb
Instance Attribute Summary (collapse)
-
- (Object) message
Returns the value of attribute message.
-
- (Object) message_name
Returns the value of attribute message_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) message
Returns the value of attribute message
29 30 31 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/port_type.rb', line 29 def @message end |
- (Object) message_name
Returns the value of attribute message_name
29 30 31 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/port_type.rb', line 29 def @message_name end |