cheminee 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +8 -8
  3. data/README.md +11 -33
  4. data/cheminee.gemspec +1 -2
  5. data/docs/DefaultApi.md +16 -475
  6. data/lib/cheminee/api/default_api.rb +17 -481
  7. data/lib/cheminee/api_client.rb +21 -23
  8. data/lib/cheminee/api_error.rb +1 -1
  9. data/lib/cheminee/configuration.rb +5 -6
  10. data/lib/cheminee/models/smile.rb +1 -1
  11. data/lib/cheminee/models/standardized_smile.rb +1 -1
  12. data/lib/cheminee/version.rb +2 -2
  13. data/lib/cheminee.rb +3 -18
  14. data/pkg/cheminee-0.0.15.gem +0 -0
  15. data/spec/api_client_spec.rb +1 -1
  16. data/spec/configuration_spec.rb +4 -4
  17. data/spec/spec_helper.rb +1 -1
  18. metadata +3 -75
  19. data/docs/BulkRequest.md +0 -18
  20. data/docs/BulkRequestDoc.md +0 -20
  21. data/docs/CreateIndexError.md +0 -18
  22. data/docs/GetIndexesResponseError.md +0 -18
  23. data/docs/IndexMeta.md +0 -20
  24. data/docs/IndexSchema.md +0 -20
  25. data/docs/ListIndexResponseErr.md +0 -18
  26. data/docs/PostIndexBulkResponseError.md +0 -18
  27. data/docs/PostIndexBulkResponseOk.md +0 -18
  28. data/docs/PostIndexBulkResponseOkStatus.md +0 -20
  29. data/docs/QueryResponseError.md +0 -18
  30. data/docs/QuerySearchHit.md +0 -22
  31. data/docs/Schema.md +0 -20
  32. data/docs/Smiles.md +0 -18
  33. data/docs/StandardizedSmiles.md +0 -20
  34. data/docs/StructureResponseError.md +0 -18
  35. data/docs/StructureSearchHit.md +0 -26
  36. data/docs/SubstructureSearchHit.md +0 -24
  37. data/lib/cheminee/models/bulk_request.rb +0 -223
  38. data/lib/cheminee/models/bulk_request_doc.rb +0 -232
  39. data/lib/cheminee/models/create_index_error.rb +0 -221
  40. data/lib/cheminee/models/get_indexes_response_error.rb +0 -221
  41. data/lib/cheminee/models/index_meta.rb +0 -237
  42. data/lib/cheminee/models/index_schema.rb +0 -233
  43. data/lib/cheminee/models/list_index_response_err.rb +0 -221
  44. data/lib/cheminee/models/post_index_bulk_response_error.rb +0 -221
  45. data/lib/cheminee/models/post_index_bulk_response_ok.rb +0 -223
  46. data/lib/cheminee/models/post_index_bulk_response_ok_status.rb +0 -223
  47. data/lib/cheminee/models/query_response_error.rb +0 -221
  48. data/lib/cheminee/models/query_search_hit.rb +0 -249
  49. data/lib/cheminee/models/schema.rb +0 -233
  50. data/lib/cheminee/models/smiles.rb +0 -221
  51. data/lib/cheminee/models/standardized_smiles.rb +0 -223
  52. data/lib/cheminee/models/structure_response_error.rb +0 -221
  53. data/lib/cheminee/models/structure_search_hit.rb +0 -281
  54. data/lib/cheminee/models/substructure_search_hit.rb +0 -265
  55. data/pkg/cheminee-0.0.14.gem +0 -0
  56. data/spec/models/bulk_request_doc_spec.rb +0 -42
  57. data/spec/models/bulk_request_spec.rb +0 -36
  58. data/spec/models/create_index_error_spec.rb +0 -36
  59. data/spec/models/get_indexes_response_error_spec.rb +0 -36
  60. data/spec/models/index_meta_spec.rb +0 -42
  61. data/spec/models/index_schema_spec.rb +0 -42
  62. data/spec/models/list_index_response_err_spec.rb +0 -36
  63. data/spec/models/post_index_bulk_response_error_spec.rb +0 -36
  64. data/spec/models/post_index_bulk_response_ok_spec.rb +0 -36
  65. data/spec/models/post_index_bulk_response_ok_status_spec.rb +0 -42
  66. data/spec/models/query_response_error_spec.rb +0 -36
  67. data/spec/models/query_search_hit_spec.rb +0 -48
  68. data/spec/models/schema_spec.rb +0 -42
  69. data/spec/models/smiles_spec.rb +0 -36
  70. data/spec/models/standardized_smiles_spec.rb +0 -42
  71. data/spec/models/structure_response_error_spec.rb +0 -36
  72. data/spec/models/structure_search_hit_spec.rb +0 -60
  73. data/spec/models/substructure_search_hit_spec.rb +0 -54
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -151,7 +151,7 @@ module Cheminee
151
151
  def initialize
152
152
  @scheme = 'http'
153
153
  @host = 'localhost:3000'
154
- @base_path = '/api'
154
+ @base_path = '/api/v1'
155
155
  @server_index = nil
156
156
  @server_operation_index = {}
157
157
  @server_variables = {}
@@ -222,8 +222,8 @@ module Cheminee
222
222
 
223
223
  # Gets access_token using access_token_getter or uses the static access_token
224
224
  def access_token_with_refresh
225
- return access_token if access_token_getter.nil?
226
- access_token_getter.call
225
+ return access_token if access_token_getter.nil?
226
+ access_token_getter.call
227
227
  end
228
228
 
229
229
  # Gets Basic Auth token string
@@ -241,7 +241,7 @@ module Cheminee
241
241
  def server_settings
242
242
  [
243
243
  {
244
- url: "http://localhost:3000/api",
244
+ url: "http://localhost:3000/api/v1",
245
245
  description: "No description provided",
246
246
  }
247
247
  ]
@@ -286,6 +286,5 @@ module Cheminee
286
286
  url
287
287
  end
288
288
 
289
-
290
289
  end
291
290
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
13
13
  module Cheminee
14
- VERSION = '0.0.14'
14
+ VERSION = '0.0.15'
15
15
  end
data/lib/cheminee.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -17,23 +17,8 @@ require 'cheminee/version'
17
17
  require 'cheminee/configuration'
18
18
 
19
19
  # Models
20
- require 'cheminee/models/bulk_request'
21
- require 'cheminee/models/bulk_request_doc'
22
- require 'cheminee/models/create_index_error'
23
- require 'cheminee/models/get_indexes_response_error'
24
- require 'cheminee/models/index_meta'
25
- require 'cheminee/models/index_schema'
26
- require 'cheminee/models/list_index_response_err'
27
- require 'cheminee/models/post_index_bulk_response_error'
28
- require 'cheminee/models/post_index_bulk_response_ok'
29
- require 'cheminee/models/post_index_bulk_response_ok_status'
30
- require 'cheminee/models/query_response_error'
31
- require 'cheminee/models/query_search_hit'
32
- require 'cheminee/models/schema'
33
- require 'cheminee/models/smiles'
34
- require 'cheminee/models/standardized_smiles'
35
- require 'cheminee/models/structure_response_error'
36
- require 'cheminee/models/structure_search_hit'
20
+ require 'cheminee/models/smile'
21
+ require 'cheminee/models/standardized_smile'
37
22
 
38
23
  # APIs
39
24
  require 'cheminee/api/default_api'
Binary file
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -18,7 +18,7 @@ describe Cheminee::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("http://localhost:3000/api")
21
+ # uri = URI.parse("http://localhost:3000/api/v1")
22
22
  # Cheminee.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe Cheminee::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("http://localhost:3000/api")
31
+ # expect(config.base_url).to eq("http://localhost:3000/api/v1")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("http://localhost:3000/api")
38
+ # expect(config.base_url).to eq("http://localhost:3000/api/v1")
39
39
  end
40
40
  end
41
41
  end
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheminee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-24 00:00:00.000000000 Z
11
+ date: 2023-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -62,80 +62,26 @@ files:
62
62
  - README.md
63
63
  - Rakefile
64
64
  - cheminee.gemspec
65
- - docs/BulkRequest.md
66
- - docs/BulkRequestDoc.md
67
- - docs/CreateIndexError.md
68
65
  - docs/DefaultApi.md
69
- - docs/GetIndexesResponseError.md
70
- - docs/IndexMeta.md
71
- - docs/IndexSchema.md
72
- - docs/ListIndexResponseErr.md
73
- - docs/PostIndexBulkResponseError.md
74
- - docs/PostIndexBulkResponseOk.md
75
- - docs/PostIndexBulkResponseOkStatus.md
76
- - docs/QueryResponseError.md
77
- - docs/QuerySearchHit.md
78
- - docs/Schema.md
79
66
  - docs/Smile.md
80
- - docs/Smiles.md
81
67
  - docs/StandardizedSmile.md
82
- - docs/StandardizedSmiles.md
83
- - docs/StructureResponseError.md
84
- - docs/StructureSearchHit.md
85
- - docs/SubstructureSearchHit.md
86
68
  - git_push.sh
87
69
  - lib/cheminee.rb
88
70
  - lib/cheminee/api/default_api.rb
89
71
  - lib/cheminee/api_client.rb
90
72
  - lib/cheminee/api_error.rb
91
73
  - lib/cheminee/configuration.rb
92
- - lib/cheminee/models/bulk_request.rb
93
- - lib/cheminee/models/bulk_request_doc.rb
94
- - lib/cheminee/models/create_index_error.rb
95
- - lib/cheminee/models/get_indexes_response_error.rb
96
- - lib/cheminee/models/index_meta.rb
97
- - lib/cheminee/models/index_schema.rb
98
- - lib/cheminee/models/list_index_response_err.rb
99
- - lib/cheminee/models/post_index_bulk_response_error.rb
100
- - lib/cheminee/models/post_index_bulk_response_ok.rb
101
- - lib/cheminee/models/post_index_bulk_response_ok_status.rb
102
- - lib/cheminee/models/query_response_error.rb
103
- - lib/cheminee/models/query_search_hit.rb
104
- - lib/cheminee/models/schema.rb
105
74
  - lib/cheminee/models/smile.rb
106
- - lib/cheminee/models/smiles.rb
107
75
  - lib/cheminee/models/standardized_smile.rb
108
- - lib/cheminee/models/standardized_smiles.rb
109
- - lib/cheminee/models/structure_response_error.rb
110
- - lib/cheminee/models/structure_search_hit.rb
111
- - lib/cheminee/models/substructure_search_hit.rb
112
76
  - lib/cheminee/version.rb
113
77
  - openapi-generator-config.json
114
78
  - openapi.json
115
- - pkg/cheminee-0.0.14.gem
79
+ - pkg/cheminee-0.0.15.gem
116
80
  - spec/api/default_api_spec.rb
117
81
  - spec/api_client_spec.rb
118
82
  - spec/configuration_spec.rb
119
- - spec/models/bulk_request_doc_spec.rb
120
- - spec/models/bulk_request_spec.rb
121
- - spec/models/create_index_error_spec.rb
122
- - spec/models/get_indexes_response_error_spec.rb
123
- - spec/models/index_meta_spec.rb
124
- - spec/models/index_schema_spec.rb
125
- - spec/models/list_index_response_err_spec.rb
126
- - spec/models/post_index_bulk_response_error_spec.rb
127
- - spec/models/post_index_bulk_response_ok_spec.rb
128
- - spec/models/post_index_bulk_response_ok_status_spec.rb
129
- - spec/models/query_response_error_spec.rb
130
- - spec/models/query_search_hit_spec.rb
131
- - spec/models/schema_spec.rb
132
83
  - spec/models/smile_spec.rb
133
- - spec/models/smiles_spec.rb
134
84
  - spec/models/standardized_smile_spec.rb
135
- - spec/models/standardized_smiles_spec.rb
136
- - spec/models/structure_response_error_spec.rb
137
- - spec/models/structure_search_hit_spec.rb
138
- - spec/models/substructure_search_hit_spec.rb
139
85
  - spec/spec_helper.rb
140
86
  homepage: https://github.com/rdkit-rs/cheminee-ruby
141
87
  licenses:
@@ -164,24 +110,6 @@ test_files:
164
110
  - spec/api/default_api_spec.rb
165
111
  - spec/api_client_spec.rb
166
112
  - spec/configuration_spec.rb
167
- - spec/models/post_index_bulk_response_ok_spec.rb
168
- - spec/models/post_index_bulk_response_error_spec.rb
169
113
  - spec/models/standardized_smile_spec.rb
170
114
  - spec/models/smile_spec.rb
171
- - spec/models/structure_response_error_spec.rb
172
- - spec/models/index_schema_spec.rb
173
- - spec/models/get_indexes_response_error_spec.rb
174
- - spec/models/query_search_hit_spec.rb
175
- - spec/models/bulk_request_spec.rb
176
- - spec/models/query_response_error_spec.rb
177
- - spec/models/substructure_search_hit_spec.rb
178
- - spec/models/bulk_request_doc_spec.rb
179
- - spec/models/post_index_bulk_response_ok_status_spec.rb
180
- - spec/models/smiles_spec.rb
181
- - spec/models/schema_spec.rb
182
- - spec/models/structure_search_hit_spec.rb
183
- - spec/models/standardized_smiles_spec.rb
184
- - spec/models/list_index_response_err_spec.rb
185
- - spec/models/index_meta_spec.rb
186
- - spec/models/create_index_error_spec.rb
187
115
  - spec/spec_helper.rb
data/docs/BulkRequest.md DELETED
@@ -1,18 +0,0 @@
1
- # Cheminee::BulkRequest
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **docs** | [**Array<BulkRequestDoc>**](BulkRequestDoc.md) | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::BulkRequest.new(
15
- docs: null
16
- )
17
- ```
18
-
@@ -1,20 +0,0 @@
1
- # Cheminee::BulkRequestDoc
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **smiles** | **String** | | |
8
- | **extra_data** | **Object** | This value can store an arbitrary JSON object like '{}' | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::BulkRequestDoc.new(
16
- smiles: null,
17
- extra_data: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # Cheminee::CreateIndexError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::CreateIndexError.new(
15
- error: null
16
- )
17
- ```
18
-
@@ -1,18 +0,0 @@
1
- # Cheminee::GetIndexesResponseError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::GetIndexesResponseError.new(
15
- error: null
16
- )
17
- ```
18
-
data/docs/IndexMeta.md DELETED
@@ -1,20 +0,0 @@
1
- # Cheminee::IndexMeta
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | | |
8
- | **schema** | **String** | | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::IndexMeta.new(
16
- name: null,
17
- schema: null
18
- )
19
- ```
20
-
data/docs/IndexSchema.md DELETED
@@ -1,20 +0,0 @@
1
- # Cheminee::IndexSchema
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **index** | **String** | | |
8
- | **schema** | **Object** | | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::IndexSchema.new(
16
- index: null,
17
- schema: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # Cheminee::ListIndexResponseErr
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::ListIndexResponseErr.new(
15
- error: null
16
- )
17
- ```
18
-
@@ -1,18 +0,0 @@
1
- # Cheminee::PostIndexBulkResponseError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::PostIndexBulkResponseError.new(
15
- error: null
16
- )
17
- ```
18
-
@@ -1,18 +0,0 @@
1
- # Cheminee::PostIndexBulkResponseOk
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **statuses** | [**Array<PostIndexBulkResponseOkStatus>**](PostIndexBulkResponseOkStatus.md) | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::PostIndexBulkResponseOk.new(
15
- statuses: null
16
- )
17
- ```
18
-
@@ -1,20 +0,0 @@
1
- # Cheminee::PostIndexBulkResponseOkStatus
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **opcode** | **Integer** | | [optional] |
8
- | **error** | **String** | | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::PostIndexBulkResponseOkStatus.new(
16
- opcode: null,
17
- error: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # Cheminee::QueryResponseError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::QueryResponseError.new(
15
- error: null
16
- )
17
- ```
18
-
@@ -1,22 +0,0 @@
1
- # Cheminee::QuerySearchHit
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **extra_data** | **Object** | | |
8
- | **smiles** | **String** | | |
9
- | **query** | **String** | | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'cheminee'
15
-
16
- instance = Cheminee::QuerySearchHit.new(
17
- extra_data: null,
18
- smiles: null,
19
- query: null
20
- )
21
- ```
22
-
data/docs/Schema.md DELETED
@@ -1,20 +0,0 @@
1
- # Cheminee::Schema
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | | |
8
- | **schema** | **Object** | | |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::Schema.new(
16
- name: null,
17
- schema: null
18
- )
19
- ```
20
-
data/docs/Smiles.md DELETED
@@ -1,18 +0,0 @@
1
- # Cheminee::Smiles
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **smiles** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::Smiles.new(
15
- smiles: null
16
- )
17
- ```
18
-
@@ -1,20 +0,0 @@
1
- # Cheminee::StandardizedSmiles
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **smiles** | **String** | | [optional] |
8
- | **error** | **String** | | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'cheminee'
14
-
15
- instance = Cheminee::StandardizedSmiles.new(
16
- smiles: null,
17
- error: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # Cheminee::StructureResponseError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **error** | **String** | | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'cheminee'
13
-
14
- instance = Cheminee::StructureResponseError.new(
15
- error: null
16
- )
17
- ```
18
-
@@ -1,26 +0,0 @@
1
- # Cheminee::StructureSearchHit
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **extra_data** | **Object** | | |
8
- | **smiles** | **String** | | |
9
- | **score** | **Float** | | |
10
- | **query** | **String** | | |
11
- | **used_tautomers** | **Boolean** | | |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'cheminee'
17
-
18
- instance = Cheminee::StructureSearchHit.new(
19
- extra_data: null,
20
- smiles: null,
21
- score: null,
22
- query: null,
23
- used_tautomers: null
24
- )
25
- ```
26
-
@@ -1,24 +0,0 @@
1
- # Cheminee::SubstructureSearchHit
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **extra_data** | **Object** | | |
8
- | **smiles** | **String** | | |
9
- | **score** | **Float** | | |
10
- | **query** | **String** | | |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'cheminee'
16
-
17
- instance = Cheminee::SubstructureSearchHit.new(
18
- extra_data: null,
19
- smiles: null,
20
- score: null,
21
- query: null
22
- )
23
- ```
24
-