Registry / serialization / gyoku
library1.4.0rbrubygemsunverified

Translates Ruby Hashes to XML, commonly used with Savon SOAP client.

gem install gyoku
INSTALL
IMPORT
SIG · GYOKU
G
gyoku
serializationrubyv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gyoku
require 'gyoku'

Convert a hash to XML

require 'gyoku' hash = { name: "John", age: 30 } xml = Gyoku.xml(hash) puts xml # => <name>John</name><age>30</age>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gyoku — gem install gyoku · libregistry