moonlogs-ruby 0.3.5 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +77 -77
- data/lib/moonlogs-ruby/api/default_api.rb +119 -119
- data/lib/moonlogs-ruby/api_client.rb +1 -1
- data/lib/moonlogs-ruby/api_error.rb +1 -1
- data/lib/moonlogs-ruby/configuration.rb +1 -1
- data/lib/moonlogs-ruby/models/api_token.rb +1 -1
- data/lib/moonlogs-ruby/models/credentials.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_1.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_10.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_11.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_12.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_13.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_2.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_3.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_4.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_5.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_6.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_7.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_8.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_9.rb +2 -2
- data/lib/moonlogs-ruby/models/level.rb +1 -1
- data/lib/moonlogs-ruby/models/meta.rb +2 -2
- data/lib/moonlogs-ruby/models/one_of_record_level.rb +2 -2
- data/lib/moonlogs-ruby/models/one_of_user_role.rb +2 -2
- data/lib/moonlogs-ruby/models/record.rb +2 -2
- data/lib/moonlogs-ruby/models/role.rb +1 -1
- data/lib/moonlogs-ruby/models/schema.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_field.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_kind.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_search.rb +2 -2
- data/lib/moonlogs-ruby/models/session.rb +2 -2
- data/lib/moonlogs-ruby/models/tag.rb +2 -2
- data/lib/moonlogs-ruby/models/user.rb +2 -2
- data/lib/moonlogs-ruby/version.rb +2 -2
- data/lib/moonlogs-ruby.rb +1 -1
- data/moonlogs-ruby-0.3.5.gem +0 -0
- data/moonlogs-ruby-0.3.6.gem +0 -0
- data/moonlogs-ruby.gemspec +1 -1
- data/spec/api/default_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +1 -1
- data/spec/models/credentials_spec.rb +1 -1
- data/spec/models/inline_response_200_10_spec.rb +1 -1
- data/spec/models/inline_response_200_11_spec.rb +1 -1
- data/spec/models/inline_response_200_12_spec.rb +1 -1
- data/spec/models/inline_response_200_13_spec.rb +1 -1
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_2_spec.rb +1 -1
- data/spec/models/inline_response_200_3_spec.rb +1 -1
- data/spec/models/inline_response_200_4_spec.rb +1 -1
- data/spec/models/inline_response_200_5_spec.rb +1 -1
- data/spec/models/inline_response_200_6_spec.rb +1 -1
- data/spec/models/inline_response_200_7_spec.rb +1 -1
- data/spec/models/inline_response_200_8_spec.rb +1 -1
- data/spec/models/inline_response_200_9_spec.rb +1 -1
- data/spec/models/inline_response_200_spec.rb +1 -1
- data/spec/models/level_spec.rb +1 -1
- data/spec/models/meta_spec.rb +1 -1
- data/spec/models/one_of_record_level_spec.rb +1 -1
- data/spec/models/one_of_user_role_spec.rb +1 -1
- data/spec/models/record_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/schema_field_spec.rb +1 -1
- data/spec/models/schema_kind_spec.rb +1 -1
- data/spec/models/schema_search_spec.rb +1 -1
- data/spec/models/schema_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/tag_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -51,7 +51,7 @@ module MoonlogsRuby
|
|
51
51
|
Set.new([
|
52
52
|
])
|
53
53
|
end
|
54
|
-
|
54
|
+
|
55
55
|
# Initializes the object
|
56
56
|
# @param [Hash] attributes Model attributes in the form of hash
|
57
57
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -50,7 +50,7 @@ module MoonlogsRuby
|
|
50
50
|
Set.new([
|
51
51
|
])
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
# Initializes the object
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
56
56
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -42,7 +42,7 @@ module MoonlogsRuby
|
|
42
42
|
Set.new([
|
43
43
|
])
|
44
44
|
end
|
45
|
-
|
45
|
+
|
46
46
|
# Initializes the object
|
47
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
48
48
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -30,7 +30,7 @@ module MoonlogsRuby
|
|
30
30
|
Set.new([
|
31
31
|
])
|
32
32
|
end
|
33
|
-
|
33
|
+
|
34
34
|
# Initializes the object
|
35
35
|
# @param [Hash] attributes Model attributes in the form of hash
|
36
36
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -30,7 +30,7 @@ module MoonlogsRuby
|
|
30
30
|
Set.new([
|
31
31
|
])
|
32
32
|
end
|
33
|
-
|
33
|
+
|
34
34
|
# Initializes the object
|
35
35
|
# @param [Hash] attributes Model attributes in the form of hash
|
36
36
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -66,7 +66,7 @@ module MoonlogsRuby
|
|
66
66
|
Set.new([
|
67
67
|
])
|
68
68
|
end
|
69
|
-
|
69
|
+
|
70
70
|
# Initializes the object
|
71
71
|
# @param [Hash] attributes Model attributes in the form of hash
|
72
72
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -62,7 +62,7 @@ module MoonlogsRuby
|
|
62
62
|
Set.new([
|
63
63
|
])
|
64
64
|
end
|
65
|
-
|
65
|
+
|
66
66
|
# Initializes the object
|
67
67
|
# @param [Hash] attributes Model attributes in the form of hash
|
68
68
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -38,7 +38,7 @@ module MoonlogsRuby
|
|
38
38
|
Set.new([
|
39
39
|
])
|
40
40
|
end
|
41
|
-
|
41
|
+
|
42
42
|
# Initializes the object
|
43
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
44
44
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -38,7 +38,7 @@ module MoonlogsRuby
|
|
38
38
|
Set.new([
|
39
39
|
])
|
40
40
|
end
|
41
|
-
|
41
|
+
|
42
42
|
# Initializes the object
|
43
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
44
44
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -38,7 +38,7 @@ module MoonlogsRuby
|
|
38
38
|
Set.new([
|
39
39
|
])
|
40
40
|
end
|
41
|
-
|
41
|
+
|
42
42
|
# Initializes the object
|
43
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
44
44
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -34,7 +34,7 @@ module MoonlogsRuby
|
|
34
34
|
Set.new([
|
35
35
|
])
|
36
36
|
end
|
37
|
-
|
37
|
+
|
38
38
|
# Initializes the object
|
39
39
|
# @param [Hash] attributes Model attributes in the form of hash
|
40
40
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -38,7 +38,7 @@ module MoonlogsRuby
|
|
38
38
|
Set.new([
|
39
39
|
])
|
40
40
|
end
|
41
|
-
|
41
|
+
|
42
42
|
# Initializes the object
|
43
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
44
44
|
def initialize(attributes = {})
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -66,7 +66,7 @@ module MoonlogsRuby
|
|
66
66
|
Set.new([
|
67
67
|
])
|
68
68
|
end
|
69
|
-
|
69
|
+
|
70
70
|
# Initializes the object
|
71
71
|
# @param [Hash] attributes Model attributes in the form of hash
|
72
72
|
def initialize(attributes = {})
|
@@ -3,12 +3,12 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
10
10
|
=end
|
11
11
|
|
12
12
|
module MoonlogsRuby
|
13
|
-
VERSION = '0.3.
|
13
|
+
VERSION = '0.3.7'
|
14
14
|
end
|
data/lib/moonlogs-ruby.rb
CHANGED
Binary file
|
Binary file
|
data/moonlogs-ruby.gemspec
CHANGED
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED