Method: RDF::Repository#uri
- Defined in:
- lib/rdf/repository.rb
permalink #uri ⇒ URI (readonly) Also known as: url
Returns the URI of this repository.
103 104 105 |
# File 'lib/rdf/repository.rb', line 103 def uri @uri end |
Returns the URI of this repository.
103 104 105 |
# File 'lib/rdf/repository.rb', line 103 def uri @uri end |