Class: Nokogiri::HTML4::EntityDescription
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::HTML4::EntityDescription
- Defined in:
- lib/nokogiri/html4/entity_lookup.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5 def name @name end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5 def value @value end |