DealMakerAPI 0.105.1 → 0.105.2
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 +4 -4
- data/docs/V1EntitiesDealsProgressPageSummaryItem.md +3 -1
- data/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary_item.rb +14 -4
- data/lib/DealMakerAPI/version.rb +1 -1
- data/spec/models/v1_entities_deals_progress_page_summary_item_spec.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5112eac88df13248c00c908eafb24cc0ec2867b5d2633c7e9ec3e7b2cb7f5408
|
|
4
|
+
data.tar.gz: 0075eb81f5e51bb41470e212625e4e51f6c0390c75ca3e65083dc3b3db226c28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e8e46d28850031faec40cf88a36f649b506c3f1df6828f627538a4f774b99300d3cf92871aa53ebeff8551629a2a163080f4a32d0ad05c2ec2ce1c4cc966807
|
|
7
|
+
data.tar.gz: da67a7dd7ff345c0aa4c165c8cd0378cb4e8c516b954f6e954cf245f94f0a17b7b3d595b419335df6d698742259a59c7e3eceaff7e183711235a42a7125b91a8
|
data/README.md
CHANGED
|
@@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve
|
|
|
338
338
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
339
339
|
|
|
340
340
|
- API version: 1.75.0
|
|
341
|
-
- Package version: 0.105.
|
|
341
|
+
- Package version: 0.105.2
|
|
342
342
|
- Generator version: 7.7.0-SNAPSHOT
|
|
343
343
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
344
344
|
|
|
@@ -355,16 +355,16 @@ gem build DealMakerAPI.gemspec
|
|
|
355
355
|
Then either install the gem locally:
|
|
356
356
|
|
|
357
357
|
```shell
|
|
358
|
-
gem install ./DealMakerAPI-0.105.
|
|
358
|
+
gem install ./DealMakerAPI-0.105.2.gem
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
(for development, run `gem install --dev ./DealMakerAPI-0.105.
|
|
361
|
+
(for development, run `gem install --dev ./DealMakerAPI-0.105.2.gem` to install the development dependencies)
|
|
362
362
|
|
|
363
363
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
364
364
|
|
|
365
365
|
Finally add this to the Gemfile:
|
|
366
366
|
|
|
367
|
-
gem 'DealMakerAPI', '~> 0.105.
|
|
367
|
+
gem 'DealMakerAPI', '~> 0.105.2'
|
|
368
368
|
|
|
369
369
|
### Install from Git
|
|
370
370
|
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **value** | **Float** | Value | [optional] |
|
|
11
11
|
| **link** | **String** | Link | [optional] |
|
|
12
12
|
| **description** | **String** | Description | [optional] |
|
|
13
|
+
| **link_label** | **String** | Link Label | [optional] |
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -22,7 +23,8 @@ instance = DealMakerAPI::V1EntitiesDealsProgressPageSummaryItem.new(
|
|
|
22
23
|
negative: null,
|
|
23
24
|
value: null,
|
|
24
25
|
link: null,
|
|
25
|
-
description: null
|
|
26
|
+
description: null,
|
|
27
|
+
link_label: null
|
|
26
28
|
)
|
|
27
29
|
```
|
|
28
30
|
|
|
@@ -33,6 +33,9 @@ module DealMakerAPI
|
|
|
33
33
|
# Description
|
|
34
34
|
attr_accessor :description
|
|
35
35
|
|
|
36
|
+
# Link Label
|
|
37
|
+
attr_accessor :link_label
|
|
38
|
+
|
|
36
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
40
|
def self.attribute_map
|
|
38
41
|
{
|
|
@@ -41,7 +44,8 @@ module DealMakerAPI
|
|
|
41
44
|
:'negative' => :'negative',
|
|
42
45
|
:'value' => :'value',
|
|
43
46
|
:'link' => :'link',
|
|
44
|
-
:'description' => :'description'
|
|
47
|
+
:'description' => :'description',
|
|
48
|
+
:'link_label' => :'link_label'
|
|
45
49
|
}
|
|
46
50
|
end
|
|
47
51
|
|
|
@@ -58,7 +62,8 @@ module DealMakerAPI
|
|
|
58
62
|
:'negative' => :'Boolean',
|
|
59
63
|
:'value' => :'Float',
|
|
60
64
|
:'link' => :'String',
|
|
61
|
-
:'description' => :'String'
|
|
65
|
+
:'description' => :'String',
|
|
66
|
+
:'link_label' => :'String'
|
|
62
67
|
}
|
|
63
68
|
end
|
|
64
69
|
|
|
@@ -106,6 +111,10 @@ module DealMakerAPI
|
|
|
106
111
|
if attributes.key?(:'description')
|
|
107
112
|
self.description = attributes[:'description']
|
|
108
113
|
end
|
|
114
|
+
|
|
115
|
+
if attributes.key?(:'link_label')
|
|
116
|
+
self.link_label = attributes[:'link_label']
|
|
117
|
+
end
|
|
109
118
|
end
|
|
110
119
|
|
|
111
120
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -133,7 +142,8 @@ module DealMakerAPI
|
|
|
133
142
|
negative == o.negative &&
|
|
134
143
|
value == o.value &&
|
|
135
144
|
link == o.link &&
|
|
136
|
-
description == o.description
|
|
145
|
+
description == o.description &&
|
|
146
|
+
link_label == o.link_label
|
|
137
147
|
end
|
|
138
148
|
|
|
139
149
|
# @see the `==` method
|
|
@@ -145,7 +155,7 @@ module DealMakerAPI
|
|
|
145
155
|
# Calculates hash code according to all attributes.
|
|
146
156
|
# @return [Integer] Hash code
|
|
147
157
|
def hash
|
|
148
|
-
[label, highlighted, negative, value, link, description].hash
|
|
158
|
+
[label, highlighted, negative, value, link, description, link_label].hash
|
|
149
159
|
end
|
|
150
160
|
|
|
151
161
|
# Builds the object from hash
|
data/lib/DealMakerAPI/version.rb
CHANGED
|
@@ -63,4 +63,10 @@ describe DealMakerAPI::V1EntitiesDealsProgressPageSummaryItem do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
+
describe 'test attribute "link_label"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
66
72
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: DealMakerAPI
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.105.
|
|
4
|
+
version: 0.105.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DealMaker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|