class Seahorse::Client::Xml::Builder::XmlDoc
def initialize(options = {})
(**options)
-
:indent
(String
) -- -
:pad
(String
) -- -
:target
(#<<
) --
def initialize(options = {}) @target = options[:target] || '' @indent = options[:indent] || '' @pad = options[:pad] || '' @end_of_line = @indent == '' ? '' : "\n" end