Method: Blather::StreamError#to_xml

Defined in:
lib/blather/errors/stream_error.rb

#to_xml(*args) ⇒ String

Convert the object to a proper node then convert it to a string

Returns:

  • (String)


72
73
74
# File 'lib/blather/errors/stream_error.rb', line 72

def to_xml(*args)
  to_node.to_xml(*args)
end