Class: Aliyun::Oss::XmlBuilder
- Inherits:
-
Object
- Object
- Aliyun::Oss::XmlBuilder
- Defined in:
- lib/aliyun/oss/xml_builder.rb
Class Method Summary collapse
Class Method Details
.to_xml(hash) ⇒ Object
6 7 8 |
# File 'lib/aliyun/oss/xml_builder.rb', line 6 def self.to_xml(hash) %(<?xml version="1.0" encoding="UTF-8"?>#{Gyoku.xml(hash)}) end |