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



102
103
104
# File 'lib/handsoap/xml_mason.rb', line 102

def to_s(indentation = '')
  @text
end