dock_genius_api_ruby_client 0.1.1.pre.g582ac6 → 0.1.1.pre.gcf82e3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/dock_genius_api_ruby_client.gemspec +2 -2
- data/lib/dock_genius_api_ruby_client/api/customer_api.rb +2 -2
- data/lib/dock_genius_api_ruby_client/api/dock_api.rb +2 -2
- data/lib/dock_genius_api_ruby_client/api/marina_api.rb +2 -2
- data/lib/dock_genius_api_ruby_client/api_client.rb +2 -2
- data/lib/dock_genius_api_ruby_client/api_error.rb +2 -2
- data/lib/dock_genius_api_ruby_client/configuration.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/access_token.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/address.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/customer.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/dock.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/email_address.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/geo_point.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/inline_response_200.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/listing_agent.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/marina.rb +2 -2
- data/lib/dock_genius_api_ruby_client/models/phone.rb +2 -2
- data/lib/dock_genius_api_ruby_client/version.rb +3 -3
- data/lib/dock_genius_api_ruby_client.rb +2 -2
- data/spec/api/customer_api_spec.rb +2 -2
- data/spec/api/dock_api_spec.rb +2 -2
- data/spec/api/marina_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_token_spec.rb +2 -2
- data/spec/models/address_spec.rb +2 -2
- data/spec/models/customer_spec.rb +2 -2
- data/spec/models/dock_spec.rb +2 -2
- data/spec/models/email_address_spec.rb +2 -2
- data/spec/models/geo_point_spec.rb +2 -2
- data/spec/models/inline_response_200_1_spec.rb +2 -2
- data/spec/models/inline_response_200_2_spec.rb +2 -2
- data/spec/models/inline_response_200_spec.rb +2 -2
- data/spec/models/listing_agent_spec.rb +2 -2
- data/spec/models/marina_spec.rb +2 -2
- data/spec/models/phone_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b1bfd3af6022309fd821cf284d79d8f48e8c7d5
|
4
|
+
data.tar.gz: f7f4d0c3e631be6378b6112e2a98e507b757d8c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b883b1fd89aa41287677dad6490062f270c88f7e65e4498069e1f32d14b12ec3be555b5f0bf672c708900835f78eff29034c285ed8a0ad1834c0a31d8f9d5559
|
7
|
+
data.tar.gz: 3996d32fc676394ff2bff14c1eae6daa03d4576bfbd7716c788198afb6e42b724c7d3ce12d4741447e83e712787e3e185bc697bdad89e5e639689cdf9a879946
|
data/README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
# dock_genius_api_ruby_client
|
2
2
|
|
3
|
-
DockGeniusApiRubyClient - the Ruby gem for the
|
3
|
+
DockGeniusApiRubyClient - the Ruby gem for the DockGenius API
|
4
4
|
|
5
5
|
No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
6
6
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: 0.1.0
|
10
|
-
- Package version: 0.1.1-
|
11
|
-
- Build date: 2016-12-
|
10
|
+
- Package version: 0.1.1-gcf82e3
|
11
|
+
- Build date: 2016-12-24T05:41:30.710-05:00
|
12
12
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
13
|
+
For more information, please visit [https://dockgenius.com/support](https://dockgenius.com/support)
|
13
14
|
|
14
15
|
## Installation
|
15
16
|
|
@@ -24,15 +25,15 @@ gem build dock_genius_api_ruby_client.gemspec
|
|
24
25
|
Then either install the gem locally:
|
25
26
|
|
26
27
|
```shell
|
27
|
-
gem install ./dock_genius_api_ruby_client-0.1.1-
|
28
|
+
gem install ./dock_genius_api_ruby_client-0.1.1-gcf82e3.gem
|
28
29
|
```
|
29
|
-
(for development, run `gem install --dev ./dock_genius_api_ruby_client-0.1.1-
|
30
|
+
(for development, run `gem install --dev ./dock_genius_api_ruby_client-0.1.1-gcf82e3.gem` to install the development dependencies)
|
30
31
|
|
31
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
33
|
|
33
34
|
Finally add this to the Gemfile:
|
34
35
|
|
35
|
-
gem 'dock_genius_api_ruby_client', '~> 0.1.1-
|
36
|
+
gem 'dock_genius_api_ruby_client', '~> 0.1.1-gcf82e3'
|
36
37
|
|
37
38
|
### Install from Git
|
38
39
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
#
|
3
3
|
=begin
|
4
|
-
#
|
4
|
+
#DockGenius API
|
5
5
|
|
6
6
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
7
7
|
|
8
8
|
OpenAPI spec version: 0.1.0
|
9
|
-
|
9
|
+
Contact: hi@dockgenius.com
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
11
|
|
12
12
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -22,5 +22,5 @@ limitations under the License.
|
|
22
22
|
=end
|
23
23
|
|
24
24
|
module DockGeniusApiRubyClient
|
25
|
-
VERSION = "0.1.1-
|
25
|
+
VERSION = "0.1.1-gcf82e3"
|
26
26
|
end
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/api/dock_api_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/api/marina_api_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/api_client_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/configuration_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/models/address_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/models/dock_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/models/marina_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/models/phone_spec.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|
data/spec/spec_helper.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#DockGenius API
|
3
3
|
|
4
4
|
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
6
|
OpenAPI spec version: 0.1.0
|
7
|
-
|
7
|
+
Contact: hi@dockgenius.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
10
10
|
Licensed under the Apache License, Version 2.0 (the "License");
|