Class: Nokogiri::XML::Notation

Inherits:
Struct
  • Object
show all
Defined in:
lib/nokogiri/xml/notation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/nokogiri/xml/notation.rb', line 3

def name
  @name
end

#public_idObject

Returns the value of attribute public_id

Returns:

  • (Object)

    the current value of public_id



3
4
5
# File 'lib/nokogiri/xml/notation.rb', line 3

def public_id
  @public_id
end

#system_idObject

Returns the value of attribute system_id

Returns:

  • (Object)

    the current value of system_id



3
4
5
# File 'lib/nokogiri/xml/notation.rb', line 3

def system_id
  @system_id
end