Method: XMLMapping::ClassMethods#text
- Defined in:
- lib/xmlmapping.rb
#text(attribute, options = {}) ⇒ Object
155 156 157 158 |
# File 'lib/xmlmapping.rb', line 155 def text(attribute, = {}) [:namespace] = :any add(attribute, :text, ) end |