Class: Nokogiri::HTML4::EntityDescription

Inherits:
Struct
  • Object
show all
Defined in:
lib/nokogiri/html4/entity_lookup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/nokogiri/html4/entity_lookup.rb', line 5

def value
  @value
end