Class: Eiwa::Tag::List::Item
- Inherits:
-
Struct
- Object
- Struct
- Eiwa::Tag::List::Item
- Defined in:
- lib/eiwa/tag/list.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
5 6 7 |
# File 'lib/eiwa/tag/list.rb', line 5 def attrs @attrs end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/eiwa/tag/list.rb', line 5 def name @name end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/eiwa/tag/list.rb', line 5 def text @text end |