Class: Eiwa::Tag::List::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/eiwa/tag/list.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs

Returns:

  • (Object)

    the current value of attrs



5
6
7
# File 'lib/eiwa/tag/list.rb', line 5

def attrs
  @attrs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/eiwa/tag/list.rb', line 5

def name
  @name
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/eiwa/tag/list.rb', line 5

def text
  @text
end