Class: Solis::Resource

Inherits:
Graphiti::Resource
  • Object
show all
Defined in:
lib/solis/resource.rb

Class Method Summary collapse

Class Method Details

.sparql_endpointObject



13
14
15
# File 'lib/solis/resource.rb', line 13

def self.sparql_endpoint
  @sparql_endpoint
end

.sparql_endpoint=(sparql_endpoint) ⇒ Object



17
18
19
# File 'lib/solis/resource.rb', line 17

def self.sparql_endpoint=(sparql_endpoint)
  @sparql_endpoint = sparql_endpoint
end