dock_genius_api_ruby_client 0.1.1.pre.g582ac6 → 0.1.2.pre.ge30447

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/config.json +10 -0
  3. data/dg-api-gem +1 -0
  4. data/swagger.yml +3075 -0
  5. metadata +170 -78
  6. data/LICENSE +0 -201
  7. data/README.md +0 -200
  8. data/dock_genius_api_ruby_client.gemspec +0 -55
  9. data/docs/AccessToken.md +0 -11
  10. data/docs/Address.md +0 -16
  11. data/docs/Customer.md +0 -22
  12. data/docs/CustomerApi.md +0 -1938
  13. data/docs/Dock.md +0 -20
  14. data/docs/DockApi.md +0 -1112
  15. data/docs/EmailAddress.md +0 -9
  16. data/docs/GeoPoint.md +0 -9
  17. data/docs/InlineResponse200.md +0 -8
  18. data/docs/InlineResponse2001.md +0 -8
  19. data/docs/InlineResponse2002.md +0 -8
  20. data/docs/ListingAgent.md +0 -12
  21. data/docs/Marina.md +0 -15
  22. data/docs/MarinaApi.md +0 -1602
  23. data/docs/Phone.md +0 -9
  24. data/git_push.sh +0 -67
  25. data/lib/dock_genius_api_ruby_client.rb +0 -65
  26. data/lib/dock_genius_api_ruby_client/api/customer_api.rb +0 -2363
  27. data/lib/dock_genius_api_ruby_client/api/dock_api.rb +0 -1352
  28. data/lib/dock_genius_api_ruby_client/api/marina_api.rb +0 -1945
  29. data/lib/dock_genius_api_ruby_client/api_client.rb +0 -378
  30. data/lib/dock_genius_api_ruby_client/api_error.rb +0 -47
  31. data/lib/dock_genius_api_ruby_client/configuration.rb +0 -207
  32. data/lib/dock_genius_api_ruby_client/models/access_token.rb +0 -230
  33. data/lib/dock_genius_api_ruby_client/models/address.rb +0 -281
  34. data/lib/dock_genius_api_ruby_client/models/customer.rb +0 -330
  35. data/lib/dock_genius_api_ruby_client/models/dock.rb +0 -327
  36. data/lib/dock_genius_api_ruby_client/models/email_address.rb +0 -208
  37. data/lib/dock_genius_api_ruby_client/models/geo_point.rb +0 -208
  38. data/lib/dock_genius_api_ruby_client/models/inline_response_200.rb +0 -199
  39. data/lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb +0 -200
  40. data/lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb +0 -199
  41. data/lib/dock_genius_api_ruby_client/models/listing_agent.rb +0 -239
  42. data/lib/dock_genius_api_ruby_client/models/marina.rb +0 -263
  43. data/lib/dock_genius_api_ruby_client/models/phone.rb +0 -209
  44. data/lib/dock_genius_api_ruby_client/version.rb +0 -26
  45. data/spec/api/customer_api_spec.rb +0 -551
  46. data/spec/api/dock_api_spec.rb +0 -332
  47. data/spec/api/marina_api_spec.rb +0 -461
  48. data/spec/api_client_spec.rb +0 -237
  49. data/spec/configuration_spec.rb +0 -53
  50. data/spec/models/access_token_spec.rb +0 -71
  51. data/spec/models/address_spec.rb +0 -101
  52. data/spec/models/customer_spec.rb +0 -137
  53. data/spec/models/dock_spec.rb +0 -125
  54. data/spec/models/email_address_spec.rb +0 -59
  55. data/spec/models/geo_point_spec.rb +0 -59
  56. data/spec/models/inline_response_200_1_spec.rb +0 -53
  57. data/spec/models/inline_response_200_2_spec.rb +0 -53
  58. data/spec/models/inline_response_200_spec.rb +0 -53
  59. data/spec/models/listing_agent_spec.rb +0 -77
  60. data/spec/models/marina_spec.rb +0 -95
  61. data/spec/models/phone_spec.rb +0 -59
  62. data/spec/spec_helper.rb +0 -122
@@ -1,332 +0,0 @@
1
- =begin
2
- #dockgenius-sl
3
-
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
-
6
- OpenAPI spec version: 0.1.0
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
-
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
- =end
23
-
24
- require 'spec_helper'
25
- require 'json'
26
-
27
- # Unit tests for DockGeniusApiRubyClient::DockApi
28
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
29
- # Please update as you see appropriate
30
- describe 'DockApi' do
31
- before do
32
- # run before each test
33
- @instance = DockGeniusApiRubyClient::DockApi.new
34
- end
35
-
36
- after do
37
- # run after each test
38
- end
39
-
40
- describe 'test an instance of DockApi' do
41
- it 'should create an instact of DockApi' do
42
- expect(@instance).to be_instance_of(DockGeniusApiRubyClient::DockApi)
43
- end
44
- end
45
-
46
- # unit tests for dock_count
47
- # Count instances of the model matched by where from the data source.
48
- #
49
- # @param [Hash] opts the optional parameters
50
- # @option opts [String] :where Criteria to match model instances
51
- # @return [InlineResponse200]
52
- describe 'dock_count test' do
53
- it "should work" do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
- end
56
- end
57
-
58
- # unit tests for dock_create
59
- # Create a new instance of the model and persist it into the data source.
60
- #
61
- # @param [Hash] opts the optional parameters
62
- # @option opts [Dock] :data Model instance data
63
- # @return [Dock]
64
- describe 'dock_create test' do
65
- it "should work" do
66
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
- end
68
- end
69
-
70
- # unit tests for dock_create_change_stream_get_docks_change_stream
71
- # Create a change stream.
72
- #
73
- # @param [Hash] opts the optional parameters
74
- # @option opts [String] :options
75
- # @return [File]
76
- describe 'dock_create_change_stream_get_docks_change_stream test' do
77
- it "should work" do
78
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
- end
80
- end
81
-
82
- # unit tests for dock_create_change_stream_post_docks_change_stream
83
- # Create a change stream.
84
- #
85
- # @param [Hash] opts the optional parameters
86
- # @option opts [String] :options
87
- # @return [File]
88
- describe 'dock_create_change_stream_post_docks_change_stream test' do
89
- it "should work" do
90
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
- end
92
- end
93
-
94
- # unit tests for dock_delete_by_id
95
- # Delete a model instance by {{id}} from the data source.
96
- #
97
- # @param id Model id
98
- # @param [Hash] opts the optional parameters
99
- # @return [Object]
100
- describe 'dock_delete_by_id test' do
101
- it "should work" do
102
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
- end
104
- end
105
-
106
- # unit tests for dock_exists_get_docksid_exists
107
- # Check whether a model instance exists in the data source.
108
- #
109
- # @param id Model id
110
- # @param [Hash] opts the optional parameters
111
- # @return [InlineResponse2002]
112
- describe 'dock_exists_get_docksid_exists test' do
113
- it "should work" do
114
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
- end
116
- end
117
-
118
- # unit tests for dock_exists_head_docksid
119
- # Check whether a model instance exists in the data source.
120
- #
121
- # @param id Model id
122
- # @param [Hash] opts the optional parameters
123
- # @return [InlineResponse2002]
124
- describe 'dock_exists_head_docksid test' do
125
- it "should work" do
126
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
- end
128
- end
129
-
130
- # unit tests for dock_find
131
- # Find all instances of the model matched by filter from the data source.
132
- #
133
- # @param [Hash] opts the optional parameters
134
- # @option opts [String] :filter Filter defining fields, where, include, order, offset, and limit
135
- # @return [Array<Dock>]
136
- describe 'dock_find test' do
137
- it "should work" do
138
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
139
- end
140
- end
141
-
142
- # unit tests for dock_find_by_id
143
- # Find a model instance by {{id}} from the data source.
144
- #
145
- # @param id Model id
146
- # @param [Hash] opts the optional parameters
147
- # @option opts [String] :filter Filter defining fields and include
148
- # @return [Dock]
149
- describe 'dock_find_by_id test' do
150
- it "should work" do
151
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
- end
153
- end
154
-
155
- # unit tests for dock_find_one
156
- # Find first instance of the model matched by filter from the data source.
157
- #
158
- # @param [Hash] opts the optional parameters
159
- # @option opts [String] :filter Filter defining fields, where, include, order, offset, and limit
160
- # @return [Dock]
161
- describe 'dock_find_one test' do
162
- it "should work" do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
- end
165
- end
166
-
167
- # unit tests for dock_prototype_create_listing_agent
168
- # Creates a new instance in listingAgent of this model.
169
- #
170
- # @param id PersistedModel id
171
- # @param [Hash] opts the optional parameters
172
- # @option opts [ListingAgent] :data
173
- # @return [ListingAgent]
174
- describe 'dock_prototype_create_listing_agent test' do
175
- it "should work" do
176
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
177
- end
178
- end
179
-
180
- # unit tests for dock_prototype_destroy_listing_agent
181
- # Deletes listingAgent of this model.
182
- #
183
- # @param id PersistedModel id
184
- # @param [Hash] opts the optional parameters
185
- # @return [nil]
186
- describe 'dock_prototype_destroy_listing_agent test' do
187
- it "should work" do
188
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
189
- end
190
- end
191
-
192
- # unit tests for dock_prototype_get_listing_agent
193
- # Fetches hasOne relation listingAgent.
194
- #
195
- # @param id PersistedModel id
196
- # @param [Hash] opts the optional parameters
197
- # @option opts [BOOLEAN] :refresh
198
- # @return [ListingAgent]
199
- describe 'dock_prototype_get_listing_agent test' do
200
- it "should work" do
201
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
202
- end
203
- end
204
-
205
- # unit tests for dock_prototype_get_marina
206
- # Fetches belongsTo relation marina.
207
- #
208
- # @param id PersistedModel id
209
- # @param [Hash] opts the optional parameters
210
- # @option opts [BOOLEAN] :refresh
211
- # @return [Marina]
212
- describe 'dock_prototype_get_marina test' do
213
- it "should work" do
214
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
215
- end
216
- end
217
-
218
- # unit tests for dock_prototype_update_attributes_patch_docksid
219
- # Patch attributes for a model instance and persist it into the data source.
220
- #
221
- # @param id PersistedModel id
222
- # @param [Hash] opts the optional parameters
223
- # @option opts [Dock] :data An object of model property name/value pairs
224
- # @return [Dock]
225
- describe 'dock_prototype_update_attributes_patch_docksid test' do
226
- it "should work" do
227
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
228
- end
229
- end
230
-
231
- # unit tests for dock_prototype_update_attributes_put_docksid
232
- # Patch attributes for a model instance and persist it into the data source.
233
- #
234
- # @param id PersistedModel id
235
- # @param [Hash] opts the optional parameters
236
- # @option opts [Dock] :data An object of model property name/value pairs
237
- # @return [Dock]
238
- describe 'dock_prototype_update_attributes_put_docksid test' do
239
- it "should work" do
240
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
241
- end
242
- end
243
-
244
- # unit tests for dock_prototype_update_listing_agent
245
- # Update listingAgent of this model.
246
- #
247
- # @param id PersistedModel id
248
- # @param [Hash] opts the optional parameters
249
- # @option opts [ListingAgent] :data
250
- # @return [ListingAgent]
251
- describe 'dock_prototype_update_listing_agent test' do
252
- it "should work" do
253
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
254
- end
255
- end
256
-
257
- # unit tests for dock_replace_by_id
258
- # Replace attributes for a model instance and persist it into the data source.
259
- #
260
- # @param id Model id
261
- # @param [Hash] opts the optional parameters
262
- # @option opts [Dock] :data Model instance data
263
- # @return [Dock]
264
- describe 'dock_replace_by_id test' do
265
- it "should work" do
266
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
267
- end
268
- end
269
-
270
- # unit tests for dock_replace_or_create
271
- # Replace an existing model instance or insert a new one into the data source.
272
- #
273
- # @param [Hash] opts the optional parameters
274
- # @option opts [Dock] :data Model instance data
275
- # @return [Dock]
276
- describe 'dock_replace_or_create test' do
277
- it "should work" do
278
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
279
- end
280
- end
281
-
282
- # unit tests for dock_update_all
283
- # Update instances of the model matched by {{where}} from the data source.
284
- #
285
- # @param [Hash] opts the optional parameters
286
- # @option opts [String] :where Criteria to match model instances
287
- # @option opts [Dock] :data An object of model property name/value pairs
288
- # @return [InlineResponse2001]
289
- describe 'dock_update_all test' do
290
- it "should work" do
291
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
292
- end
293
- end
294
-
295
- # unit tests for dock_upsert_patch_docks
296
- # Patch an existing model instance or insert a new one into the data source.
297
- #
298
- # @param [Hash] opts the optional parameters
299
- # @option opts [Dock] :data Model instance data
300
- # @return [Dock]
301
- describe 'dock_upsert_patch_docks test' do
302
- it "should work" do
303
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
304
- end
305
- end
306
-
307
- # unit tests for dock_upsert_put_docks
308
- # Patch an existing model instance or insert a new one into the data source.
309
- #
310
- # @param [Hash] opts the optional parameters
311
- # @option opts [Dock] :data Model instance data
312
- # @return [Dock]
313
- describe 'dock_upsert_put_docks test' do
314
- it "should work" do
315
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
316
- end
317
- end
318
-
319
- # unit tests for dock_upsert_with_where
320
- # Update an existing model instance or insert a new one into the data source based on the where criteria.
321
- #
322
- # @param [Hash] opts the optional parameters
323
- # @option opts [String] :where Criteria to match model instances
324
- # @option opts [Dock] :data An object of model property name/value pairs
325
- # @return [Dock]
326
- describe 'dock_upsert_with_where test' do
327
- it "should work" do
328
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
329
- end
330
- end
331
-
332
- end
@@ -1,461 +0,0 @@
1
- =begin
2
- #dockgenius-sl
3
-
4
- #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
-
6
- OpenAPI spec version: 0.1.0
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
-
10
- Licensed under the Apache License, Version 2.0 (the "License");
11
- you may not use this file except in compliance with the License.
12
- You may obtain a copy of the License at
13
-
14
- http://www.apache.org/licenses/LICENSE-2.0
15
-
16
- Unless required by applicable law or agreed to in writing, software
17
- distributed under the License is distributed on an "AS IS" BASIS,
18
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
- See the License for the specific language governing permissions and
20
- limitations under the License.
21
-
22
- =end
23
-
24
- require 'spec_helper'
25
- require 'json'
26
-
27
- # Unit tests for DockGeniusApiRubyClient::MarinaApi
28
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
29
- # Please update as you see appropriate
30
- describe 'MarinaApi' do
31
- before do
32
- # run before each test
33
- @instance = DockGeniusApiRubyClient::MarinaApi.new
34
- end
35
-
36
- after do
37
- # run after each test
38
- end
39
-
40
- describe 'test an instance of MarinaApi' do
41
- it 'should create an instact of MarinaApi' do
42
- expect(@instance).to be_instance_of(DockGeniusApiRubyClient::MarinaApi)
43
- end
44
- end
45
-
46
- # unit tests for marina_count
47
- # Count instances of the model matched by where from the data source.
48
- #
49
- # @param [Hash] opts the optional parameters
50
- # @option opts [String] :where Criteria to match model instances
51
- # @return [InlineResponse200]
52
- describe 'marina_count test' do
53
- it "should work" do
54
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
- end
56
- end
57
-
58
- # unit tests for marina_create
59
- # Create a new instance of the model and persist it into the data source.
60
- #
61
- # @param [Hash] opts the optional parameters
62
- # @option opts [Marina] :data Model instance data
63
- # @return [Marina]
64
- describe 'marina_create test' do
65
- it "should work" do
66
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
- end
68
- end
69
-
70
- # unit tests for marina_create_change_stream_get_marinas_change_stream
71
- # Create a change stream.
72
- #
73
- # @param [Hash] opts the optional parameters
74
- # @option opts [String] :options
75
- # @return [File]
76
- describe 'marina_create_change_stream_get_marinas_change_stream test' do
77
- it "should work" do
78
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
- end
80
- end
81
-
82
- # unit tests for marina_create_change_stream_post_marinas_change_stream
83
- # Create a change stream.
84
- #
85
- # @param [Hash] opts the optional parameters
86
- # @option opts [String] :options
87
- # @return [File]
88
- describe 'marina_create_change_stream_post_marinas_change_stream test' do
89
- it "should work" do
90
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
- end
92
- end
93
-
94
- # unit tests for marina_delete_by_id
95
- # Delete a model instance by {{id}} from the data source.
96
- #
97
- # @param id Model id
98
- # @param [Hash] opts the optional parameters
99
- # @return [Object]
100
- describe 'marina_delete_by_id test' do
101
- it "should work" do
102
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
- end
104
- end
105
-
106
- # unit tests for marina_exists_get_marinasid_exists
107
- # Check whether a model instance exists in the data source.
108
- #
109
- # @param id Model id
110
- # @param [Hash] opts the optional parameters
111
- # @return [InlineResponse2002]
112
- describe 'marina_exists_get_marinasid_exists test' do
113
- it "should work" do
114
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
- end
116
- end
117
-
118
- # unit tests for marina_exists_head_marinasid
119
- # Check whether a model instance exists in the data source.
120
- #
121
- # @param id Model id
122
- # @param [Hash] opts the optional parameters
123
- # @return [InlineResponse2002]
124
- describe 'marina_exists_head_marinasid test' do
125
- it "should work" do
126
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
- end
128
- end
129
-
130
- # unit tests for marina_find
131
- # Find all instances of the model matched by filter from the data source.
132
- #
133
- # @param [Hash] opts the optional parameters
134
- # @option opts [String] :filter Filter defining fields, where, include, order, offset, and limit
135
- # @return [Array<Marina>]
136
- describe 'marina_find test' do
137
- it "should work" do
138
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
139
- end
140
- end
141
-
142
- # unit tests for marina_find_by_id
143
- # Find a model instance by {{id}} from the data source.
144
- #
145
- # @param id Model id
146
- # @param [Hash] opts the optional parameters
147
- # @option opts [String] :filter Filter defining fields and include
148
- # @return [Marina]
149
- describe 'marina_find_by_id test' do
150
- it "should work" do
151
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
- end
153
- end
154
-
155
- # unit tests for marina_find_one
156
- # Find first instance of the model matched by filter from the data source.
157
- #
158
- # @param [Hash] opts the optional parameters
159
- # @option opts [String] :filter Filter defining fields, where, include, order, offset, and limit
160
- # @return [Marina]
161
- describe 'marina_find_one test' do
162
- it "should work" do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
- end
165
- end
166
-
167
- # unit tests for marina_prototype_count_docks
168
- # Counts docks of Marina.
169
- #
170
- # @param id PersistedModel id
171
- # @param [Hash] opts the optional parameters
172
- # @option opts [String] :where Criteria to match model instances
173
- # @return [InlineResponse200]
174
- describe 'marina_prototype_count_docks test' do
175
- it "should work" do
176
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
177
- end
178
- end
179
-
180
- # unit tests for marina_prototype_create_address
181
- # Creates a new instance in address of this model.
182
- #
183
- # @param id PersistedModel id
184
- # @param [Hash] opts the optional parameters
185
- # @option opts [Address] :data
186
- # @return [Address]
187
- describe 'marina_prototype_create_address test' do
188
- it "should work" do
189
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
- end
191
- end
192
-
193
- # unit tests for marina_prototype_create_docks
194
- # Creates a new instance in docks of this model.
195
- #
196
- # @param id PersistedModel id
197
- # @param [Hash] opts the optional parameters
198
- # @option opts [Dock] :data
199
- # @return [Dock]
200
- describe 'marina_prototype_create_docks test' do
201
- it "should work" do
202
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
203
- end
204
- end
205
-
206
- # unit tests for marina_prototype_create_listing_agent
207
- # Creates a new instance in listingAgent of this model.
208
- #
209
- # @param id PersistedModel id
210
- # @param [Hash] opts the optional parameters
211
- # @option opts [ListingAgent] :data
212
- # @return [ListingAgent]
213
- describe 'marina_prototype_create_listing_agent test' do
214
- it "should work" do
215
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
216
- end
217
- end
218
-
219
- # unit tests for marina_prototype_delete_docks
220
- # Deletes all docks of this model.
221
- #
222
- # @param id PersistedModel id
223
- # @param [Hash] opts the optional parameters
224
- # @return [nil]
225
- describe 'marina_prototype_delete_docks test' do
226
- it "should work" do
227
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
228
- end
229
- end
230
-
231
- # unit tests for marina_prototype_destroy_address
232
- # Deletes address of this model.
233
- #
234
- # @param id PersistedModel id
235
- # @param [Hash] opts the optional parameters
236
- # @return [nil]
237
- describe 'marina_prototype_destroy_address test' do
238
- it "should work" do
239
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
240
- end
241
- end
242
-
243
- # unit tests for marina_prototype_destroy_by_id_docks
244
- # Delete a related item by id for docks.
245
- #
246
- # @param fk Foreign key for docks
247
- # @param id PersistedModel id
248
- # @param [Hash] opts the optional parameters
249
- # @return [nil]
250
- describe 'marina_prototype_destroy_by_id_docks test' do
251
- it "should work" do
252
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
253
- end
254
- end
255
-
256
- # unit tests for marina_prototype_destroy_listing_agent
257
- # Deletes listingAgent of this model.
258
- #
259
- # @param id PersistedModel id
260
- # @param [Hash] opts the optional parameters
261
- # @return [nil]
262
- describe 'marina_prototype_destroy_listing_agent test' do
263
- it "should work" do
264
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
265
- end
266
- end
267
-
268
- # unit tests for marina_prototype_find_by_id_docks
269
- # Find a related item by id for docks.
270
- #
271
- # @param fk Foreign key for docks
272
- # @param id PersistedModel id
273
- # @param [Hash] opts the optional parameters
274
- # @return [Dock]
275
- describe 'marina_prototype_find_by_id_docks test' do
276
- it "should work" do
277
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
278
- end
279
- end
280
-
281
- # unit tests for marina_prototype_get_address
282
- # Fetches hasOne relation address.
283
- #
284
- # @param id PersistedModel id
285
- # @param [Hash] opts the optional parameters
286
- # @option opts [BOOLEAN] :refresh
287
- # @return [Address]
288
- describe 'marina_prototype_get_address test' do
289
- it "should work" do
290
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
291
- end
292
- end
293
-
294
- # unit tests for marina_prototype_get_docks
295
- # Queries docks of Marina.
296
- #
297
- # @param id PersistedModel id
298
- # @param [Hash] opts the optional parameters
299
- # @option opts [String] :filter
300
- # @return [Array<Dock>]
301
- describe 'marina_prototype_get_docks test' do
302
- it "should work" do
303
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
304
- end
305
- end
306
-
307
- # unit tests for marina_prototype_get_listing_agent
308
- # Fetches hasOne relation listingAgent.
309
- #
310
- # @param id PersistedModel id
311
- # @param [Hash] opts the optional parameters
312
- # @option opts [BOOLEAN] :refresh
313
- # @return [ListingAgent]
314
- describe 'marina_prototype_get_listing_agent test' do
315
- it "should work" do
316
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
317
- end
318
- end
319
-
320
- # unit tests for marina_prototype_update_address
321
- # Update address of this model.
322
- #
323
- # @param id PersistedModel id
324
- # @param [Hash] opts the optional parameters
325
- # @option opts [Address] :data
326
- # @return [Address]
327
- describe 'marina_prototype_update_address test' do
328
- it "should work" do
329
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
330
- end
331
- end
332
-
333
- # unit tests for marina_prototype_update_attributes_patch_marinasid
334
- # Patch attributes for a model instance and persist it into the data source.
335
- #
336
- # @param id PersistedModel id
337
- # @param [Hash] opts the optional parameters
338
- # @option opts [Marina] :data An object of model property name/value pairs
339
- # @return [Marina]
340
- describe 'marina_prototype_update_attributes_patch_marinasid test' do
341
- it "should work" do
342
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
343
- end
344
- end
345
-
346
- # unit tests for marina_prototype_update_attributes_put_marinasid
347
- # Patch attributes for a model instance and persist it into the data source.
348
- #
349
- # @param id PersistedModel id
350
- # @param [Hash] opts the optional parameters
351
- # @option opts [Marina] :data An object of model property name/value pairs
352
- # @return [Marina]
353
- describe 'marina_prototype_update_attributes_put_marinasid test' do
354
- it "should work" do
355
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
356
- end
357
- end
358
-
359
- # unit tests for marina_prototype_update_by_id_docks
360
- # Update a related item by id for docks.
361
- #
362
- # @param fk Foreign key for docks
363
- # @param id PersistedModel id
364
- # @param [Hash] opts the optional parameters
365
- # @option opts [Dock] :data
366
- # @return [Dock]
367
- describe 'marina_prototype_update_by_id_docks test' do
368
- it "should work" do
369
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
370
- end
371
- end
372
-
373
- # unit tests for marina_prototype_update_listing_agent
374
- # Update listingAgent of this model.
375
- #
376
- # @param id PersistedModel id
377
- # @param [Hash] opts the optional parameters
378
- # @option opts [ListingAgent] :data
379
- # @return [ListingAgent]
380
- describe 'marina_prototype_update_listing_agent test' do
381
- it "should work" do
382
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
383
- end
384
- end
385
-
386
- # unit tests for marina_replace_by_id
387
- # Replace attributes for a model instance and persist it into the data source.
388
- #
389
- # @param id Model id
390
- # @param [Hash] opts the optional parameters
391
- # @option opts [Marina] :data Model instance data
392
- # @return [Marina]
393
- describe 'marina_replace_by_id test' do
394
- it "should work" do
395
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
396
- end
397
- end
398
-
399
- # unit tests for marina_replace_or_create
400
- # Replace an existing model instance or insert a new one into the data source.
401
- #
402
- # @param [Hash] opts the optional parameters
403
- # @option opts [Marina] :data Model instance data
404
- # @return [Marina]
405
- describe 'marina_replace_or_create test' do
406
- it "should work" do
407
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
408
- end
409
- end
410
-
411
- # unit tests for marina_update_all
412
- # Update instances of the model matched by {{where}} from the data source.
413
- #
414
- # @param [Hash] opts the optional parameters
415
- # @option opts [String] :where Criteria to match model instances
416
- # @option opts [Marina] :data An object of model property name/value pairs
417
- # @return [InlineResponse2001]
418
- describe 'marina_update_all test' do
419
- it "should work" do
420
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
421
- end
422
- end
423
-
424
- # unit tests for marina_upsert_patch_marinas
425
- # Patch an existing model instance or insert a new one into the data source.
426
- #
427
- # @param [Hash] opts the optional parameters
428
- # @option opts [Marina] :data Model instance data
429
- # @return [Marina]
430
- describe 'marina_upsert_patch_marinas test' do
431
- it "should work" do
432
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
433
- end
434
- end
435
-
436
- # unit tests for marina_upsert_put_marinas
437
- # Patch an existing model instance or insert a new one into the data source.
438
- #
439
- # @param [Hash] opts the optional parameters
440
- # @option opts [Marina] :data Model instance data
441
- # @return [Marina]
442
- describe 'marina_upsert_put_marinas test' do
443
- it "should work" do
444
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
445
- end
446
- end
447
-
448
- # unit tests for marina_upsert_with_where
449
- # Update an existing model instance or insert a new one into the data source based on the where criteria.
450
- #
451
- # @param [Hash] opts the optional parameters
452
- # @option opts [String] :where Criteria to match model instances
453
- # @option opts [Marina] :data An object of model property name/value pairs
454
- # @return [Marina]
455
- describe 'marina_upsert_with_where test' do
456
- it "should work" do
457
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
458
- end
459
- end
460
-
461
- end