Libraries
»
httpx
(1.4.0)
»
Index
»
HTTPX
»
Plugins
»
XML
»
Transcoder
»
encode
Method: HTTPX::Plugins::XML::Transcoder.encode
Defined in:
lib/httpx/plugins/xml.rb
.
encode
(xml) ⇒
Object
34 35 36
# File 'lib/httpx/plugins/xml.rb', line 34
def
encode
(
xml
)
Encoder
.
new
(
xml
)
end