Class: Rafflesia::Client
Instance Attribute Summary
Attributes inherited from BaseClient
#configuration
Instance Method Summary
collapse
Methods inherited from BaseClient
#api_host, #api_key, #initialize, #request
Instance Method Details
#annotations ⇒ Object
8
9
10
|
# File 'lib/rafflesia/client.rb', line 8
def annotations
@annotations ||= Rafflesia::Annotations.new(self)
end
|
#api_keys ⇒ Object
12
13
14
|
# File 'lib/rafflesia/client.rb', line 12
def api_keys
@api_keys ||= Rafflesia::ApiKeys.new(self)
end
|
#artifacts ⇒ Object
16
17
18
|
# File 'lib/rafflesia/client.rb', line 16
def artifacts
@artifacts ||= Rafflesia::Artifacts.new(self)
end
|
#audit ⇒ Object
20
21
22
|
# File 'lib/rafflesia/client.rb', line 20
def audit
@audit ||= Rafflesia::Audit.new(self)
end
|
#auth ⇒ Object
24
25
26
|
# File 'lib/rafflesia/client.rb', line 24
def auth
@auth ||= Rafflesia::Auth.new(self)
end
|
#billing ⇒ Object
28
29
30
|
# File 'lib/rafflesia/client.rb', line 28
def billing
@billing ||= Rafflesia::Billing.new(self)
end
|
#biosearch ⇒ Object
32
33
34
|
# File 'lib/rafflesia/client.rb', line 32
def biosearch
@biosearch ||= Rafflesia::Biosearch.new(self)
end
|
#cache ⇒ Object
36
37
38
|
# File 'lib/rafflesia/client.rb', line 36
def cache
@cache ||= Rafflesia::Cache.new(self)
end
|
#database_join_candidate_matrices ⇒ Object
#database_join_candidate_proposals ⇒ Object
#database_join_candidate_reviews ⇒ Object
#database_join_candidates ⇒ Object
#database_join_certifications ⇒ Object
#database_join_coverage ⇒ Object
#database_join_coverage_ledgers ⇒ Object
#database_join_drifts ⇒ Object
#database_join_measurements ⇒ Object
#database_join_neighbors ⇒ Object
#database_join_normalization_measurements ⇒ Object
#database_join_path_measurements ⇒ Object
#database_join_requirements ⇒ Object
#database_joins ⇒ Object
92
93
94
|
# File 'lib/rafflesia/client.rb', line 92
def database_joins
@database_joins ||= Rafflesia::DatabaseJoins.new(self)
end
|
#database_releases ⇒ Object
#databases ⇒ Object
100
101
102
|
# File 'lib/rafflesia/client.rb', line 100
def databases
@databases ||= Rafflesia::Databases.new(self)
end
|
#datasets ⇒ Object
104
105
106
|
# File 'lib/rafflesia/client.rb', line 104
def datasets
@datasets ||= Rafflesia::Datasets.new(self)
end
|
#environment_releases ⇒ Object
#environment_tasks ⇒ Object
112
113
114
|
# File 'lib/rafflesia/client.rb', line 112
def environment_tasks
@environment_tasks ||= Rafflesia::EnvironmentTasks.new(self)
end
|
#environments ⇒ Object
116
117
118
|
# File 'lib/rafflesia/client.rb', line 116
def environments
@environments ||= Rafflesia::Environments.new(self)
end
|
#episode_artifacts ⇒ Object
120
121
122
|
# File 'lib/rafflesia/client.rb', line 120
def episode_artifacts
@episode_artifacts ||= Rafflesia::EpisodeArtifacts.new(self)
end
|
#episode_events ⇒ Object
124
125
126
|
# File 'lib/rafflesia/client.rb', line 124
def episode_events
@episode_events ||= Rafflesia::EpisodeEvents.new(self)
end
|
#episodes ⇒ Object
128
129
130
|
# File 'lib/rafflesia/client.rb', line 128
def episodes
@episodes ||= Rafflesia::Episodes.new(self)
end
|
#foundry ⇒ Object
132
133
134
|
# File 'lib/rafflesia/client.rb', line 132
def foundry
@foundry ||= Rafflesia::Foundry.new(self)
end
|
#genomes ⇒ Object
136
137
138
|
# File 'lib/rafflesia/client.rb', line 136
def genomes
@genomes ||= Rafflesia::Genomes.new(self)
end
|
#homology_database_releases ⇒ Object
#homology_databases ⇒ Object
#homology_query_context_measurements ⇒ Object
#homology_result_releases ⇒ Object
#homology_searches ⇒ Object
156
157
158
|
# File 'lib/rafflesia/client.rb', line 156
def homology_searches
@homology_searches ||= Rafflesia::HomologySearches.new(self)
end
|
#jobs ⇒ Object
160
161
162
|
# File 'lib/rafflesia/client.rb', line 160
def jobs
@jobs ||= Rafflesia::Jobs.new(self)
end
|
#maps ⇒ Object
164
165
166
|
# File 'lib/rafflesia/client.rb', line 164
def maps
@maps ||= Rafflesia::Maps.new(self)
end
|
#molecules ⇒ Object
168
169
170
|
# File 'lib/rafflesia/client.rb', line 168
def molecules
@molecules ||= Rafflesia::Molecules.new(self)
end
|
#object_artifacts ⇒ Object
172
173
174
|
# File 'lib/rafflesia/client.rb', line 172
def object_artifacts
@object_artifacts ||= Rafflesia::ObjectArtifacts.new(self)
end
|
#objects ⇒ Object
176
177
178
|
# File 'lib/rafflesia/client.rb', line 176
def objects
@objects ||= Rafflesia::Objects.new(self)
end
|
#ontology ⇒ Object
180
181
182
|
# File 'lib/rafflesia/client.rb', line 180
def ontology
@ontology ||= Rafflesia::Ontology.new(self)
end
|
#ontology_connectivity ⇒ Object
#ontology_contexts ⇒ Object
188
189
190
|
# File 'lib/rafflesia/client.rb', line 188
def ontology_contexts
@ontology_contexts ||= Rafflesia::OntologyContexts.new(self)
end
|
#ontology_paths ⇒ Object
192
193
194
|
# File 'lib/rafflesia/client.rb', line 192
def ontology_paths
@ontology_paths ||= Rafflesia::OntologyPaths.new(self)
end
|
196
197
198
|
# File 'lib/rafflesia/client.rb', line 196
def platform
@platform ||= Rafflesia::Platform.new(self)
end
|
#proteins ⇒ Object
200
201
202
|
# File 'lib/rafflesia/client.rb', line 200
def proteins
@proteins ||= Rafflesia::Proteins.new(self)
end
|
#query ⇒ Object
204
205
206
|
# File 'lib/rafflesia/client.rb', line 204
def query
@query ||= Rafflesia::Query.new(self)
end
|
#query_contract ⇒ Object
208
209
210
|
# File 'lib/rafflesia/client.rb', line 208
def query_contract
@query_contract ||= Rafflesia::QueryContract.new(self)
end
|
#query_exports ⇒ Object
212
213
214
|
# File 'lib/rafflesia/client.rb', line 212
def query_exports
@query_exports ||= Rafflesia::QueryExports.new(self)
end
|
#refs ⇒ Object
216
217
218
|
# File 'lib/rafflesia/client.rb', line 216
def refs
@refs ||= Rafflesia::Refs.new(self)
end
|
#registry ⇒ Object
220
221
222
|
# File 'lib/rafflesia/client.rb', line 220
def registry
@registry ||= Rafflesia::Registry.new(self)
end
|
#relation_releases ⇒ Object
224
225
226
|
# File 'lib/rafflesia/client.rb', line 224
def relation_releases
@relation_releases ||= Rafflesia::RelationReleases.new(self)
end
|
#relations ⇒ Object
228
229
230
|
# File 'lib/rafflesia/client.rb', line 228
def relations
@relations ||= Rafflesia::Relations.new(self)
end
|
#repositories ⇒ Object
232
233
234
|
# File 'lib/rafflesia/client.rb', line 232
def repositories
@repositories ||= Rafflesia::Repositories.new(self)
end
|
#rollout_groups ⇒ Object
236
237
238
|
# File 'lib/rafflesia/client.rb', line 236
def rollout_groups
@rollout_groups ||= Rafflesia::RolloutGroups.new(self)
end
|
#search ⇒ Object
240
241
242
|
# File 'lib/rafflesia/client.rb', line 240
def search
@search ||= Rafflesia::Search.new(self)
end
|
#sequences ⇒ Object
244
245
246
|
# File 'lib/rafflesia/client.rb', line 244
def sequences
@sequences ||= Rafflesia::Sequences.new(self)
end
|
#simulations ⇒ Object
248
249
250
|
# File 'lib/rafflesia/client.rb', line 248
def simulations
@simulations ||= Rafflesia::Simulations.new(self)
end
|
#system ⇒ Object
252
253
254
|
# File 'lib/rafflesia/client.rb', line 252
def system
@system ||= Rafflesia::System.new(self)
end
|