Class: WsdlMapper::SvcDesc::Wsdl11::Binding::SoapFault

Inherits:
WsdlMapper::SvcDesc::Wsdl11::Base show all
Defined in:
lib/wsdl_mapper/svc_desc/wsdl11/binding.rb

Instance Attribute Summary (collapse)

Attributes inherited from WsdlMapper::SvcDesc::Wsdl11::Base

#documentation, #name

Instance Method Summary (collapse)

Methods inherited from WsdlMapper::SvcDesc::Wsdl11::Base

#initialize

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?

Returns:

  • (Boolean)


52
53
54
# File 'lib/wsdl_mapper/svc_desc/wsdl11/binding.rb', line 52

def encoded?
  @use == 'encoded'
end

- (Boolean) literal?

Returns:

  • (Boolean)


56
57
58
# File 'lib/wsdl_mapper/svc_desc/wsdl11/binding.rb', line 56

def literal?
  !encoded?
end