Class: Eiwa::Tag::Other

Inherits:
Any
  • Object
show all
Defined in:
lib/eiwa/tag/other.rb

Instance Attribute Summary collapse

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

#attrsObject (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

#textObject



6
7
8
# File 'lib/eiwa/tag/other.rb', line 6

def text
  @characters
end