Class: RDFMapper::Adapters::SPARQL
- Defined in:
- lib/lib/adapters/sparql.rb
Overview
- -
Defined Under Namespace
Classes: Query
Instance Method Summary collapse
-
#initialize(cls, options = {}) ⇒ SPARQL
constructor
[-].
-
#load(query) ⇒ Object
[-].
Methods inherited from Base
#create, #reload, #save, #update
Methods included from Logger
Constructor Details
#initialize(cls, options = {}) ⇒ SPARQL
- -
11 12 13 |
# File 'lib/lib/adapters/sparql.rb', line 11 def initialize(cls, = {}) @rdf, @options = cls, end |