Method: Html2rss::ObjectToXmlConverter#call

Defined in:
lib/html2rss/object_to_xml_converter.rb

#callString

Converts the object to XML format.

Returns:

  • (String)

    representing the object in XML

[View source]

25
26
27
# File 'lib/html2rss/object_to_xml_converter.rb', line 25

def call
  object_to_xml(@object)
end