Method: RDF::Repository#options

Defined in:
lib/rdf/repository.rb

#optionsHash{Symbol => Object} (readonly)

Returns the options passed to this repository when it was constructed.

Returns:

  • (Hash{Symbol => Object})
[View source] [View on GitHub]

97
98
99
# File 'lib/rdf/repository.rb', line 97

def options
  @options
end