Class: WsdlMapper::SvcDesc::Wsdl11::Binding::SoapFault
- Inherits:
-
WsdlMapper::SvcDesc::Wsdl11::Base
- Object
- WsdlMapper::SvcDesc::Wsdl11::Base
- WsdlMapper::SvcDesc::Wsdl11::Binding::SoapFault
- Defined in:
- lib/wsdl_mapper/svc_desc/wsdl11/binding.rb
Instance Attribute Summary (collapse)
-
- (Object) use
Returns the value of attribute use.
Attributes inherited from WsdlMapper::SvcDesc::Wsdl11::Base
Instance Method Summary (collapse)
Methods inherited from WsdlMapper::SvcDesc::Wsdl11::Base
Constructor Details
This class inherits a constructor from WsdlMapper::SvcDesc::Wsdl11::Base
Instance Attribute Details
- (Object) use
Returns the value of attribute use
50 51 52 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/binding.rb', line 50 def use @use end |
Instance Method Details
- (Boolean) encoded?
52 53 54 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/binding.rb', line 52 def encoded? @use == 'encoded' end |
- (Boolean) literal?
56 57 58 |
# File 'lib/wsdl_mapper/svc_desc/wsdl11/binding.rb', line 56 def literal? !encoded? end |