Class: Handsoap::XmlMason::RawContent

Inherits:
TextNode
  • Object
show all
Defined in:
lib/handsoap/xml_mason.rb

Instance Method Summary collapse

Methods inherited from TextNode

#initialize

Constructor Details

This class inherits a constructor from Handsoap::XmlMason::TextNode

Instance Method Details

#to_s(indentation = '') ⇒ Object



82
83
84
# File 'lib/handsoap/xml_mason.rb', line 82

def to_s(indentation = '')
  @text
end