Class: Nokogiri::XML::Notation
- Inherits:
-
Struct
- Object
- Struct
- Nokogiri::XML::Notation
- Defined in:
- lib/nokogiri/xml/notation.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#public_id ⇒ Object
Returns the value of attribute public_id.
-
#system_id ⇒ Object
Returns the value of attribute system_id.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/nokogiri/xml/notation.rb', line 4 def name @name end |
#public_id ⇒ Object
Returns the value of attribute public_id
4 5 6 |
# File 'lib/nokogiri/xml/notation.rb', line 4 def public_id @public_id end |
#system_id ⇒ Object
Returns the value of attribute system_id
4 5 6 |
# File 'lib/nokogiri/xml/notation.rb', line 4 def system_id @system_id end |