finnhub_ruby 1.1.10 → 1.1.11
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 -2
- data/docs/DefaultApi.md +152 -0
- data/docs/EbitEstimates.md +22 -0
- data/docs/EbitEstimatesInfo.md +26 -0
- data/docs/EbitdaEstimates.md +22 -0
- data/docs/EbitdaEstimatesInfo.md +26 -0
- data/docs/MutualFundProfileData.md +9 -1
- data/docs/Transactions.md +2 -0
- data/finnhub_ruby-1.1.10.gem +0 -0
- data/lib/finnhub_ruby/api/default_api.rb +134 -0
- data/lib/finnhub_ruby/models/ebit_estimates.rb +241 -0
- data/lib/finnhub_ruby/models/ebit_estimates_info.rb +259 -0
- data/lib/finnhub_ruby/models/ebitda_estimates.rb +241 -0
- data/lib/finnhub_ruby/models/ebitda_estimates_info.rb +259 -0
- data/lib/finnhub_ruby/models/mutual_fund_profile_data.rb +44 -4
- data/lib/finnhub_ruby/models/transactions.rb +11 -1
- data/lib/finnhub_ruby/version.rb +1 -1
- data/lib/finnhub_ruby.rb +4 -0
- data/spec/models/ebit_estimates_info_spec.rb +58 -0
- data/spec/models/ebit_estimates_spec.rb +46 -0
- data/spec/models/ebitda_estimates_info_spec.rb +58 -0
- data/spec/models/ebitda_estimates_spec.rb +46 -0
- metadata +19 -2
@@ -0,0 +1,58 @@
|
|
1
|
+
=begin
|
2
|
+
#Finnhub API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FinnhubRuby::EbitEstimatesInfo
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FinnhubRuby::EbitEstimatesInfo do
|
21
|
+
let(:instance) { FinnhubRuby::EbitEstimatesInfo.new }
|
22
|
+
|
23
|
+
describe 'test an instance of EbitEstimatesInfo' do
|
24
|
+
it 'should create an instance of EbitEstimatesInfo' do
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::EbitEstimatesInfo)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "ebit_avg"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "ebit_high"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "ebit_low"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "number_analysts"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "period"' 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
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Finnhub API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FinnhubRuby::EbitEstimates
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FinnhubRuby::EbitEstimates do
|
21
|
+
let(:instance) { FinnhubRuby::EbitEstimates.new }
|
22
|
+
|
23
|
+
describe 'test an instance of EbitEstimates' do
|
24
|
+
it 'should create an instance of EbitEstimates' do
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::EbitEstimates)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "data"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "freq"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "symbol"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
=begin
|
2
|
+
#Finnhub API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FinnhubRuby::EbitdaEstimatesInfo
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FinnhubRuby::EbitdaEstimatesInfo do
|
21
|
+
let(:instance) { FinnhubRuby::EbitdaEstimatesInfo.new }
|
22
|
+
|
23
|
+
describe 'test an instance of EbitdaEstimatesInfo' do
|
24
|
+
it 'should create an instance of EbitdaEstimatesInfo' do
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::EbitdaEstimatesInfo)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "ebitda_avg"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "ebitda_high"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "ebitda_low"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "number_analysts"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "period"' 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
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
=begin
|
2
|
+
#Finnhub API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for FinnhubRuby::EbitdaEstimates
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe FinnhubRuby::EbitdaEstimates do
|
21
|
+
let(:instance) { FinnhubRuby::EbitdaEstimates.new }
|
22
|
+
|
23
|
+
describe 'test an instance of EbitdaEstimates' do
|
24
|
+
it 'should create an instance of EbitdaEstimates' do
|
25
|
+
expect(instance).to be_instance_of(FinnhubRuby::EbitdaEstimates)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "data"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "freq"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "symbol"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: finnhub_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -99,6 +99,10 @@ files:
|
|
99
99
|
- docs/EarningsCallTranscriptsList.md
|
100
100
|
- docs/EarningsEstimates.md
|
101
101
|
- docs/EarningsEstimatesInfo.md
|
102
|
+
- docs/EbitEstimates.md
|
103
|
+
- docs/EbitEstimatesInfo.md
|
104
|
+
- docs/EbitdaEstimates.md
|
105
|
+
- docs/EbitdaEstimatesInfo.md
|
102
106
|
- docs/EconomicCalendar.md
|
103
107
|
- docs/EconomicCode.md
|
104
108
|
- docs/EconomicData.md
|
@@ -171,6 +175,7 @@ files:
|
|
171
175
|
- docs/Trend.md
|
172
176
|
- docs/TwitterSentimentContent.md
|
173
177
|
- docs/UpgradeDowngrade.md
|
178
|
+
- finnhub_ruby-1.1.10.gem
|
174
179
|
- finnhub_ruby-1.1.7.gem
|
175
180
|
- finnhub_ruby-1.1.8.gem
|
176
181
|
- finnhub_ruby-1.1.9.gem
|
@@ -211,6 +216,10 @@ files:
|
|
211
216
|
- lib/finnhub_ruby/models/earnings_call_transcripts_list.rb
|
212
217
|
- lib/finnhub_ruby/models/earnings_estimates.rb
|
213
218
|
- lib/finnhub_ruby/models/earnings_estimates_info.rb
|
219
|
+
- lib/finnhub_ruby/models/ebit_estimates.rb
|
220
|
+
- lib/finnhub_ruby/models/ebit_estimates_info.rb
|
221
|
+
- lib/finnhub_ruby/models/ebitda_estimates.rb
|
222
|
+
- lib/finnhub_ruby/models/ebitda_estimates_info.rb
|
214
223
|
- lib/finnhub_ruby/models/economic_calendar.rb
|
215
224
|
- lib/finnhub_ruby/models/economic_code.rb
|
216
225
|
- lib/finnhub_ruby/models/economic_data.rb
|
@@ -339,6 +348,10 @@ files:
|
|
339
348
|
- spec/models/earnings_call_transcripts_spec.rb
|
340
349
|
- spec/models/earnings_estimates_info_spec.rb
|
341
350
|
- spec/models/earnings_estimates_spec.rb
|
351
|
+
- spec/models/ebit_estimates_info_spec.rb
|
352
|
+
- spec/models/ebit_estimates_spec.rb
|
353
|
+
- spec/models/ebitda_estimates_info_spec.rb
|
354
|
+
- spec/models/ebitda_estimates_spec.rb
|
342
355
|
- spec/models/economic_calendar_spec.rb
|
343
356
|
- spec/models/economic_code_spec.rb
|
344
357
|
- spec/models/economic_data_info_spec.rb
|
@@ -457,6 +470,7 @@ test_files:
|
|
457
470
|
- spec/models/revenue_estimates_spec.rb
|
458
471
|
- spec/models/etf_holdings_data_spec.rb
|
459
472
|
- spec/models/stock_transcripts_spec.rb
|
473
|
+
- spec/models/ebit_estimates_info_spec.rb
|
460
474
|
- spec/models/development_spec.rb
|
461
475
|
- spec/models/social_sentiment_spec.rb
|
462
476
|
- spec/models/company_news_statistics_spec.rb
|
@@ -482,6 +496,7 @@ test_files:
|
|
482
496
|
- spec/models/revenue_breakdown_spec.rb
|
483
497
|
- spec/models/company_spec.rb
|
484
498
|
- spec/models/investment_theme_portfolio_spec.rb
|
499
|
+
- spec/models/ebit_estimates_spec.rb
|
485
500
|
- spec/models/crypto_profile_spec.rb
|
486
501
|
- spec/models/etf_country_exposure_data_spec.rb
|
487
502
|
- spec/models/company_earnings_quality_score_data_spec.rb
|
@@ -513,6 +528,7 @@ test_files:
|
|
513
528
|
- spec/models/etfs_profile_spec.rb
|
514
529
|
- spec/models/financials_as_reported_spec.rb
|
515
530
|
- spec/models/mutual_fund_holdings_data_spec.rb
|
531
|
+
- spec/models/ebitda_estimates_spec.rb
|
516
532
|
- spec/models/earnings_calendar_spec.rb
|
517
533
|
- spec/models/symbol_lookup_spec.rb
|
518
534
|
- spec/models/press_release_spec.rb
|
@@ -543,6 +559,7 @@ test_files:
|
|
543
559
|
- spec/models/economic_data_spec.rb
|
544
560
|
- spec/models/crypto_symbol_spec.rb
|
545
561
|
- spec/models/mutual_fund_profile_spec.rb
|
562
|
+
- spec/models/ebitda_estimates_info_spec.rb
|
546
563
|
- spec/models/investment_themes_spec.rb
|
547
564
|
- spec/models/financial_statements_spec.rb
|
548
565
|
- spec/models/ipo_calendar_spec.rb
|