Class: WsdlMapper::SvcDesc::Wsdl11::Service::Port
- Inherits:
-
Base
- Object
- Base
- WsdlMapper::SvcDesc::Wsdl11::Service::Port
- Defined in:
- lib/wsdl_mapper/svc_desc/wsdl11/service.rb
Instance Attribute Summary (collapse)
-
- (Object) address_location
Returns the value of attribute address_location.
-
- (Object) binding
Returns the value of attribute binding.
-
- (Object) binding_name
Returns the value of attribute binding_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) address_location
Returns the value of attribute address_location
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/service.rb', line 8 def address_location @address_location end |
- (Object) binding
Returns the value of attribute binding
9 10 11 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/service.rb', line 9 def binding @binding end |
- (Object) binding_name
Returns the value of attribute binding_name
8 9 10 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/service.rb', line 8 def binding_name @binding_name end |