Class: RDF::RDFXML::Reader::REXML::Namespace
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfxml-6b89d4c13d63/lib/rdf/rdfxml/reader/rexml.rb
Overview
For Attribute namespaces
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Method Summary collapse
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
19 20 21 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfxml-6b89d4c13d63/lib/rdf/rdfxml/reader/rexml.rb', line 19 def href @href end |
#prefix ⇒ Object
Returns the value of attribute prefix
19 20 21 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfxml-6b89d4c13d63/lib/rdf/rdfxml/reader/rexml.rb', line 19 def prefix @prefix end |
Instance Method Details
#to_s ⇒ Object
20 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-rdfxml-6b89d4c13d63/lib/rdf/rdfxml/reader/rexml.rb', line 20 def to_s; href; end |