budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20011
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :categories
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'categories' => :'categories'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'categories' => :'Array<Category>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'categories')
|
42
51
|
if (value = attributes[:'categories']).is_a?(Array)
|
43
52
|
self.categories = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
categories == o.categories
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[categories].hash
|
93
|
+
[total, categories].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20012
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :clients
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'clients' => :'clients'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'clients' => :'Array<Client>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'clients')
|
42
51
|
if (value = attributes[:'clients']).is_a?(Array)
|
43
52
|
self.clients = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
clients == o.clients
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[clients].hash
|
93
|
+
[total, clients].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20013
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :configlogs
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'configlogs' => :'configlogs'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'configlogs' => :'Array<ConfigLog>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'configlogs')
|
42
51
|
if (value = attributes[:'configlogs']).is_a?(Array)
|
43
52
|
self.configlogs = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
configlogs == o.configlogs
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[configlogs].hash
|
93
|
+
[total, configlogs].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -16,17 +16,22 @@ module BudgeaClient
|
|
16
16
|
class InlineResponse20014
|
17
17
|
attr_accessor :connectors
|
18
18
|
|
19
|
+
# total number of results
|
20
|
+
attr_accessor :total
|
21
|
+
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
22
|
-
:'connectors' => :'connectors'
|
25
|
+
:'connectors' => :'connectors',
|
26
|
+
:'total' => :'total'
|
23
27
|
}
|
24
28
|
end
|
25
29
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
29
|
-
:'connectors' => :'Array<Connector>'
|
33
|
+
:'connectors' => :'Array<Connector>',
|
34
|
+
:'total' => :'Float'
|
30
35
|
}
|
31
36
|
end
|
32
37
|
|
@@ -43,6 +48,10 @@ module BudgeaClient
|
|
43
48
|
self.connectors = value
|
44
49
|
end
|
45
50
|
end
|
51
|
+
|
52
|
+
if attributes.has_key?(:'total')
|
53
|
+
self.total = attributes[:'total']
|
54
|
+
end
|
46
55
|
end
|
47
56
|
|
48
57
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -68,7 +77,8 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
71
|
-
connectors == o.connectors
|
80
|
+
connectors == o.connectors &&
|
81
|
+
total == o.total
|
72
82
|
end
|
73
83
|
|
74
84
|
# @see the `==` method
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[connectors].hash
|
93
|
+
[connectors, total].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20015
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :documenttypes
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'documenttypes' => :'documenttypes'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'documenttypes' => :'Array<DocumentType>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'documenttypes')
|
42
51
|
if (value = attributes[:'documenttypes']).is_a?(Array)
|
43
52
|
self.documenttypes = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
documenttypes == o.documenttypes
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[documenttypes].hash
|
93
|
+
[total, documenttypes].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -16,17 +16,22 @@ module BudgeaClient
|
|
16
16
|
class InlineResponse20016
|
17
17
|
attr_accessor :securities
|
18
18
|
|
19
|
+
# total number of results
|
20
|
+
attr_accessor :total
|
21
|
+
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
22
|
-
:'securities' => :'securities'
|
25
|
+
:'securities' => :'securities',
|
26
|
+
:'total' => :'total'
|
23
27
|
}
|
24
28
|
end
|
25
29
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
29
|
-
:'securities' => :'Array<Security>'
|
33
|
+
:'securities' => :'Array<Security>',
|
34
|
+
:'total' => :'Float'
|
30
35
|
}
|
31
36
|
end
|
32
37
|
|
@@ -43,6 +48,10 @@ module BudgeaClient
|
|
43
48
|
self.securities = value
|
44
49
|
end
|
45
50
|
end
|
51
|
+
|
52
|
+
if attributes.has_key?(:'total')
|
53
|
+
self.total = attributes[:'total']
|
54
|
+
end
|
46
55
|
end
|
47
56
|
|
48
57
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -68,7 +77,8 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
71
|
-
securities == o.securities
|
80
|
+
securities == o.securities &&
|
81
|
+
total == o.total
|
72
82
|
end
|
73
83
|
|
74
84
|
# @see the `==` method
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[securities].hash
|
93
|
+
[securities, total].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20017
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :connectionlogs
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'connectionlogs' => :'connectionlogs'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'connectionlogs' => :'Array<ConnectionLog>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'connectionlogs')
|
42
51
|
if (value = attributes[:'connectionlogs']).is_a?(Array)
|
43
52
|
self.connectionlogs = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
connectionlogs == o.connectionlogs
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[connectionlogs].hash
|
93
|
+
[total, connectionlogs].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,11 +14,15 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20018
|
17
|
+
# total number of results
|
18
|
+
attr_accessor :total
|
19
|
+
|
17
20
|
attr_accessor :providers
|
18
21
|
|
19
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
23
|
def self.attribute_map
|
21
24
|
{
|
25
|
+
:'total' => :'total',
|
22
26
|
:'providers' => :'providers'
|
23
27
|
}
|
24
28
|
end
|
@@ -26,6 +30,7 @@ module BudgeaClient
|
|
26
30
|
# Attribute type mapping.
|
27
31
|
def self.swagger_types
|
28
32
|
{
|
33
|
+
:'total' => :'Float',
|
29
34
|
:'providers' => :'Array<Connector>'
|
30
35
|
}
|
31
36
|
end
|
@@ -38,6 +43,10 @@ module BudgeaClient
|
|
38
43
|
# convert string to symbol for hash key
|
39
44
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
45
|
|
46
|
+
if attributes.has_key?(:'total')
|
47
|
+
self.total = attributes[:'total']
|
48
|
+
end
|
49
|
+
|
41
50
|
if attributes.has_key?(:'providers')
|
42
51
|
if (value = attributes[:'providers']).is_a?(Array)
|
43
52
|
self.providers = value
|
@@ -68,6 +77,7 @@ module BudgeaClient
|
|
68
77
|
def ==(o)
|
69
78
|
return true if self.equal?(o)
|
70
79
|
self.class == o.class &&
|
80
|
+
total == o.total &&
|
71
81
|
providers == o.providers
|
72
82
|
end
|
73
83
|
|
@@ -80,7 +90,7 @@ module BudgeaClient
|
|
80
90
|
# Calculates hash code according to all attributes.
|
81
91
|
# @return [Fixnum] Hash code
|
82
92
|
def hash
|
83
|
-
[providers].hash
|
93
|
+
[total, providers].hash
|
84
94
|
end
|
85
95
|
|
86
96
|
# Builds the object from hash
|
@@ -14,19 +14,19 @@ require 'date'
|
|
14
14
|
|
15
15
|
module BudgeaClient
|
16
16
|
class InlineResponse20019
|
17
|
-
attr_accessor :
|
17
|
+
attr_accessor :connectorlogos
|
18
18
|
|
19
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
20
20
|
def self.attribute_map
|
21
21
|
{
|
22
|
-
:'
|
22
|
+
:'connectorlogos' => :'connectorlogos'
|
23
23
|
}
|
24
24
|
end
|
25
25
|
|
26
26
|
# Attribute type mapping.
|
27
27
|
def self.swagger_types
|
28
28
|
{
|
29
|
-
:'
|
29
|
+
:'connectorlogos' => :'Array<ConnectorLogo>'
|
30
30
|
}
|
31
31
|
end
|
32
32
|
|
@@ -38,9 +38,9 @@ module BudgeaClient
|
|
38
38
|
# convert string to symbol for hash key
|
39
39
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
40
40
|
|
41
|
-
if attributes.has_key?(:'
|
42
|
-
if (value = attributes[:'
|
43
|
-
self.
|
41
|
+
if attributes.has_key?(:'connectorlogos')
|
42
|
+
if (value = attributes[:'connectorlogos']).is_a?(Array)
|
43
|
+
self.connectorlogos = value
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -49,8 +49,8 @@ module BudgeaClient
|
|
49
49
|
# @return Array for valid properties with the reasons
|
50
50
|
def list_invalid_properties
|
51
51
|
invalid_properties = Array.new
|
52
|
-
if @
|
53
|
-
invalid_properties.push('invalid value for "
|
52
|
+
if @connectorlogos.nil?
|
53
|
+
invalid_properties.push('invalid value for "connectorlogos", connectorlogos cannot be nil.')
|
54
54
|
end
|
55
55
|
|
56
56
|
invalid_properties
|
@@ -59,7 +59,7 @@ module BudgeaClient
|
|
59
59
|
# Check to see if the all the properties in the model are valid
|
60
60
|
# @return true if the model is valid
|
61
61
|
def valid?
|
62
|
-
return false if @
|
62
|
+
return false if @connectorlogos.nil?
|
63
63
|
true
|
64
64
|
end
|
65
65
|
|
@@ -68,7 +68,7 @@ module BudgeaClient
|
|
68
68
|
def ==(o)
|
69
69
|
return true if self.equal?(o)
|
70
70
|
self.class == o.class &&
|
71
|
-
|
71
|
+
connectorlogos == o.connectorlogos
|
72
72
|
end
|
73
73
|
|
74
74
|
# @see the `==` method
|
@@ -80,7 +80,7 @@ module BudgeaClient
|
|
80
80
|
# Calculates hash code according to all attributes.
|
81
81
|
# @return [Fixnum] Hash code
|
82
82
|
def hash
|
83
|
-
[
|
83
|
+
[connectorlogos].hash
|
84
84
|
end
|
85
85
|
|
86
86
|
# Builds the object from hash
|