Method: RDF::Repository#title

Defined in:
lib/rdf/repository.rb

#titleString (readonly)

Returns the title of this repository.

Returns:

  • (String)
[View source] [View on GitHub]

110
111
112
# File 'lib/rdf/repository.rb', line 110

def title
  @title
end