Class: Eiwa::Tag::Other
Instance Attribute Summary collapse
-
#attrs ⇒ Object
readonly
Returns the value of attribute attrs.
Attributes inherited from Any
#characters, #parent, #tag_name
Instance Method Summary collapse
Methods inherited from Any
#add_characters, #end_child, #end_self, #start, #to_s
Instance Attribute Details
#attrs ⇒ Object (readonly)
Returns the value of attribute attrs.
4 5 6 |
# File 'lib/eiwa/tag/other.rb', line 4 def attrs @attrs end |
Instance Method Details
#text ⇒ Object
6 7 8 |
# File 'lib/eiwa/tag/other.rb', line 6 def text @characters end |