Method: SOAP::SOAPHeader#force_encode=
- Defined in:
- lib/soap/element.rb
#force_encode=(value) ⇒ Object (writeonly)
Sets the attribute force_encode
193 194 195 |
# File 'lib/soap/element.rb', line 193 def force_encode=(value) @force_encode = value end |