class Idcf::Cli::Lib::Convert::Formatter::XmlFormat

xml formatter

Public Instance Methods

format(data) click to toggle source
# File lib/idcf/cli/lib/convert/formatter/xml_format.rb, line 13
def format(data)
  data.to_xml(dasherize: false)
end