Class: BSPARQLCLI::UniProt
- Inherits:
-
SPARQL::Client
- Object
- SPARQL::Client
- BSPARQLCLI::UniProt
- Defined in:
- lib/bio-sparql-client/uniprot.rb
Constant Summary collapse
- ENDPOINT =
'http://beta.sparql.uniprot.org/sparql'
Instance Method Summary collapse
-
#initialize ⇒ UniProt
constructor
A new instance of UniProt.
Constructor Details
#initialize ⇒ UniProt
Returns a new instance of UniProt.
16 17 18 |
# File 'lib/bio-sparql-client/uniprot.rb', line 16 def initialize() super(ENDPOINT) end |