Method: SOAP::SOAPHeader#force_encode=

Defined in:
lib/soap/element.rb

#force_encode=(value) ⇒ Object (writeonly)

Sets the attribute force_encode

Parameters:

  • value

    the value to set the attribute force_encode to.



193
194
195
# File 'lib/soap/element.rb', line 193

def force_encode=(value)
  @force_encode = value
end