finnhub_ruby 1.0.1 → 1.1.6
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 +60 -8
- data/docs/AggregateIndicators.md +10 -9
- data/docs/BasicFinancials.md +14 -11
- data/docs/BreakdownItem.md +20 -0
- data/docs/Company.md +20 -19
- data/docs/CompanyExecutive.md +10 -9
- data/docs/CompanyNews.md +34 -0
- data/docs/CompanyNewsStatistics.md +12 -11
- data/docs/CompanyProfile.md +62 -61
- data/docs/CompanyProfile2.md +30 -29
- data/docs/CountryMetadata.md +18 -17
- data/docs/CovidInfo.md +14 -13
- data/docs/CryptoCandles.md +20 -19
- data/docs/CryptoSymbol.md +12 -11
- data/docs/DefaultApi.md +3288 -792
- data/docs/Development.md +16 -13
- data/docs/Dividends.md +22 -21
- data/docs/Dividends2.md +20 -0
- data/docs/Dividends2Info.md +20 -0
- data/docs/ETFCountryExposureData.md +20 -0
- data/docs/ETFHoldingsData.md +30 -0
- data/docs/ETFProfileData.md +52 -0
- data/docs/ETFSectorExposureData.md +20 -0
- data/docs/ETFsCountryExposure.md +20 -0
- data/docs/ETFsHoldings.md +24 -0
- data/docs/ETFsProfile.md +20 -0
- data/docs/ETFsSectorExposure.md +20 -0
- data/docs/EarningEstimate.md +16 -15
- data/docs/EarningRelease.md +24 -23
- data/docs/EarningResult.md +18 -13
- data/docs/EarningsCalendar.md +8 -7
- data/docs/EarningsCallTranscripts.md +24 -23
- data/docs/EarningsCallTranscriptsList.md +10 -9
- data/docs/EarningsEstimates.md +12 -11
- data/docs/EconomicCalendar.md +8 -7
- data/docs/EconomicCode.md +14 -13
- data/docs/EconomicData.md +10 -9
- data/docs/EconomicDataInfo.md +20 -0
- data/docs/EconomicEvent.md +22 -21
- data/docs/Estimate.md +16 -15
- data/docs/FDAComitteeMeeting.md +24 -0
- data/docs/Filing.md +22 -21
- data/docs/FilingSentiment.md +34 -0
- data/docs/FinancialStatements.md +10 -9
- data/docs/FinancialsAsReported.md +12 -11
- data/docs/ForexCandles.md +20 -19
- data/docs/ForexSymbol.md +12 -11
- data/docs/Forexrates.md +10 -9
- data/docs/FundOwnership.md +10 -9
- data/docs/FundOwnershipInfo.md +26 -0
- data/docs/HistoricalNBBO.md +40 -0
- data/docs/IPOCalendar.md +8 -7
- data/docs/IPOEvent.md +22 -21
- data/docs/IndexHistoricalConstituent.md +22 -0
- data/docs/Indicator.md +12 -11
- data/docs/IndicesConstituents.md +20 -0
- data/docs/IndicesHistoricalConstituents.md +20 -0
- data/docs/InsiderTransactions.md +20 -0
- data/docs/InternationalFiling.md +34 -0
- data/docs/InvestmentThemePortfolio.md +18 -0
- data/docs/InvestmentThemes.md +20 -0
- data/docs/KeyCustomersSuppliers.md +24 -0
- data/docs/LastBidAsk.md +16 -15
- data/docs/MarketNews.md +34 -0
- data/docs/MutualFundCountryExposure.md +20 -0
- data/docs/MutualFundCountryExposureData.md +20 -0
- data/docs/MutualFundHoldings.md +24 -0
- data/docs/MutualFundHoldingsData.md +30 -0
- data/docs/MutualFundProfile.md +20 -0
- data/docs/MutualFundProfileData.md +58 -0
- data/docs/MutualFundSectorExposure.md +20 -0
- data/docs/MutualFundSectorExposureData.md +20 -0
- data/docs/NewsSentiment.md +18 -17
- data/docs/Ownership.md +20 -0
- data/docs/OwnershipInfo.md +24 -0
- data/docs/PatternRecognition.md +8 -7
- data/docs/PressRelease.md +20 -0
- data/docs/PriceTarget.md +18 -17
- data/docs/Quote.md +20 -15
- data/docs/RecommendationTrend.md +20 -19
- data/docs/RedditSentimentContent.md +30 -0
- data/docs/Report.md +28 -27
- data/docs/RevenueBreakdown.md +22 -0
- data/docs/RevenueEstimates.md +12 -11
- data/docs/SECSentimentAnalysis.md +24 -0
- data/docs/Sentiment.md +10 -9
- data/docs/SimilarityIndex.md +22 -0
- data/docs/SocialSentiment.md +22 -0
- data/docs/Split.md +14 -13
- data/docs/StockCandles.md +20 -19
- data/docs/StockSymbol.md +30 -0
- data/docs/StockTranscripts.md +16 -15
- data/docs/SupplyChainRelationships.md +20 -0
- data/docs/SupportResistance.md +8 -7
- data/docs/SymbolLookup.md +20 -0
- data/docs/SymbolLookupInfo.md +24 -0
- data/docs/TechnicalAnalysis.md +10 -9
- data/docs/TickData.md +24 -21
- data/docs/Transactions.md +30 -0
- data/docs/TranscriptContent.md +12 -9
- data/docs/TranscriptParticipant.md +12 -9
- data/docs/Trend.md +10 -7
- data/docs/TwitterSentimentContent.md +30 -0
- data/docs/UpgradeDowngrade.md +18 -17
- data/finnhub_ruby-1.1.5.gem +0 -0
- data/finnhub_ruby.gemspec +7 -8
- data/lib/finnhub_ruby.rb +49 -6
- data/lib/finnhub_ruby/api/default_api.rb +2063 -515
- data/lib/finnhub_ruby/api_client.rb +50 -48
- data/lib/finnhub_ruby/api_error.rb +1 -1
- data/lib/finnhub_ruby/configuration.rb +39 -10
- data/lib/finnhub_ruby/models/aggregate_indicators.rb +19 -7
- data/lib/finnhub_ruby/models/basic_financials.rb +29 -8
- data/lib/finnhub_ruby/models/breakdown_item.rb +228 -0
- data/lib/finnhub_ruby/models/company.rb +19 -7
- data/lib/finnhub_ruby/models/company_executive.rb +20 -8
- data/lib/finnhub_ruby/models/company_news.rb +299 -0
- data/lib/finnhub_ruby/models/company_news_statistics.rb +19 -7
- data/lib/finnhub_ruby/models/company_profile.rb +20 -8
- data/lib/finnhub_ruby/models/company_profile2.rb +19 -7
- data/lib/finnhub_ruby/models/country_metadata.rb +19 -7
- data/lib/finnhub_ruby/models/covid_info.rb +20 -8
- data/lib/finnhub_ruby/models/crypto_candles.rb +19 -7
- data/lib/finnhub_ruby/models/crypto_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/development.rb +34 -12
- data/lib/finnhub_ruby/models/dividends.rb +19 -7
- data/lib/finnhub_ruby/models/dividends2.rb +231 -0
- data/lib/finnhub_ruby/models/dividends2_basic.rb +231 -0
- data/lib/finnhub_ruby/models/dividends2_info.rb +229 -0
- data/lib/finnhub_ruby/models/earning_estimate.rb +20 -8
- data/lib/finnhub_ruby/models/earning_release.rb +20 -8
- data/lib/finnhub_ruby/models/earning_result.rb +40 -8
- data/lib/finnhub_ruby/models/earnings_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/earnings_call_transcripts.rb +22 -10
- data/lib/finnhub_ruby/models/earnings_call_transcripts_list.rb +20 -8
- data/lib/finnhub_ruby/models/earnings_estimates.rb +20 -8
- data/lib/finnhub_ruby/models/economic_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/economic_code.rb +19 -7
- data/lib/finnhub_ruby/models/economic_data.rb +20 -8
- data/lib/finnhub_ruby/models/economic_data_info.rb +229 -0
- data/lib/finnhub_ruby/models/economic_event.rb +19 -7
- data/lib/finnhub_ruby/models/estimate.rb +20 -8
- data/lib/finnhub_ruby/models/et_fs_country_exposure.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_holdings.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_industry_exposure.rb +219 -0
- data/lib/finnhub_ruby/models/et_fs_profile.rb +216 -0
- data/lib/finnhub_ruby/models/etf_country_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/etf_holdings_data.rb +279 -0
- data/lib/finnhub_ruby/models/etf_profile_data.rb +389 -0
- data/lib/finnhub_ruby/models/etf_sector_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/etfs_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/etfs_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/etfs_profile.rb +228 -0
- data/lib/finnhub_ruby/models/etfs_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/fda_comittee_meeting.rb +249 -0
- data/lib/finnhub_ruby/models/filing.rb +21 -9
- data/lib/finnhub_ruby/models/filing_sentiment.rb +299 -0
- data/lib/finnhub_ruby/models/financial_statements.rb +19 -7
- data/lib/finnhub_ruby/models/financials_as_reported.rb +20 -8
- data/lib/finnhub_ruby/models/forex_candles.rb +19 -7
- data/lib/finnhub_ruby/models/forex_symbol.rb +19 -7
- data/lib/finnhub_ruby/models/forexrates.rb +19 -7
- data/lib/finnhub_ruby/models/fund_ownership.rb +20 -8
- data/lib/finnhub_ruby/models/fund_ownership_info.rb +259 -0
- data/lib/finnhub_ruby/models/historical_nbbo.rb +345 -0
- data/lib/finnhub_ruby/models/index_historical_constituent.rb +239 -0
- data/lib/finnhub_ruby/models/indicator.rb +19 -7
- data/lib/finnhub_ruby/models/indices_constituents.rb +231 -0
- data/lib/finnhub_ruby/models/indices_historical_constituents.rb +231 -0
- data/lib/finnhub_ruby/models/insider_transactions.rb +231 -0
- data/lib/finnhub_ruby/models/international_filing.rb +299 -0
- data/lib/finnhub_ruby/models/investment_theme_portfolio.rb +219 -0
- data/lib/finnhub_ruby/models/investment_themes.rb +231 -0
- data/lib/finnhub_ruby/models/investment_themes_thematic_investing.rb +231 -0
- data/lib/finnhub_ruby/models/investor.rb +19 -7
- data/lib/finnhub_ruby/models/ipo_calendar.rb +20 -8
- data/lib/finnhub_ruby/models/ipo_event.rb +19 -7
- data/lib/finnhub_ruby/models/key_customers_suppliers.rb +249 -0
- data/lib/finnhub_ruby/models/last_bid_ask.rb +19 -7
- data/lib/finnhub_ruby/models/major_press_releases.rb +231 -0
- data/lib/finnhub_ruby/models/market_news.rb +299 -0
- data/lib/finnhub_ruby/models/mutual_fund_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_country_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_fund_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/mutual_fund_holdings_data.rb +279 -0
- data/lib/finnhub_ruby/models/mutual_fund_profile.rb +228 -0
- data/lib/finnhub_ruby/models/mutual_fund_profile_data.rb +419 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_fund_sector_exposure_data.rb +229 -0
- data/lib/finnhub_ruby/models/mutual_funds_country_exposure.rb +231 -0
- data/lib/finnhub_ruby/models/mutual_funds_holdings.rb +251 -0
- data/lib/finnhub_ruby/models/mutual_funds_profile.rb +228 -0
- data/lib/finnhub_ruby/models/news.rb +19 -7
- data/lib/finnhub_ruby/models/news_sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/ownership.rb +231 -0
- data/lib/finnhub_ruby/models/ownership_info.rb +249 -0
- data/lib/finnhub_ruby/models/pattern_recognition.rb +19 -7
- data/lib/finnhub_ruby/models/press_release.rb +231 -0
- data/lib/finnhub_ruby/models/price_target.rb +20 -8
- data/lib/finnhub_ruby/models/quote.rb +43 -11
- data/lib/finnhub_ruby/models/recommendation_trend.rb +19 -7
- data/lib/finnhub_ruby/models/reddit_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/report.rb +23 -11
- data/lib/finnhub_ruby/models/revenue_breakdown.rb +241 -0
- data/lib/finnhub_ruby/models/revenue_estimates.rb +20 -8
- data/lib/finnhub_ruby/models/sec_sentiment_analysis.rb +248 -0
- data/lib/finnhub_ruby/models/sentiment.rb +19 -7
- data/lib/finnhub_ruby/models/similarity_index.rb +241 -0
- data/lib/finnhub_ruby/models/social_sentiment.rb +243 -0
- data/lib/finnhub_ruby/models/split.rb +19 -7
- data/lib/finnhub_ruby/models/stock.rb +33 -11
- data/lib/finnhub_ruby/models/stock_candles.rb +19 -7
- data/lib/finnhub_ruby/models/stock_symbol.rb +279 -0
- data/lib/finnhub_ruby/models/stock_transcripts.rb +20 -8
- data/lib/finnhub_ruby/models/supply_chain_relationships.rb +231 -0
- data/lib/finnhub_ruby/models/support_resistance.rb +19 -7
- data/lib/finnhub_ruby/models/symbol_lookup.rb +231 -0
- data/lib/finnhub_ruby/models/symbol_lookup_info.rb +249 -0
- data/lib/finnhub_ruby/models/technical_analysis.rb +19 -7
- data/lib/finnhub_ruby/models/tick_data.rb +36 -12
- data/lib/finnhub_ruby/models/transactions.rb +279 -0
- data/lib/finnhub_ruby/models/transcript_content.rb +33 -11
- data/lib/finnhub_ruby/models/transcript_participant.rb +33 -11
- data/lib/finnhub_ruby/models/trend.rb +33 -11
- data/lib/finnhub_ruby/models/twitter_sentiment_content.rb +279 -0
- data/lib/finnhub_ruby/models/upgrade_downgrade.rb +19 -7
- data/lib/finnhub_ruby/version.rb +2 -2
- data/release.sh +12 -2
- data/spec/api/default_api_spec.rb +88 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/aggregate_indicators_spec.rb +4 -11
- data/spec/models/basic_financials_spec.rb +10 -11
- data/spec/models/breakdown_item_spec.rb +40 -0
- data/spec/models/company_executive_spec.rb +4 -11
- data/spec/models/{news_spec.rb → company_news_spec.rb} +7 -14
- data/spec/models/company_news_statistics_spec.rb +4 -11
- data/spec/models/company_profile2_spec.rb +4 -11
- data/spec/models/company_profile_spec.rb +4 -11
- data/spec/models/company_spec.rb +4 -11
- data/spec/models/country_metadata_spec.rb +4 -11
- data/spec/models/covid_info_spec.rb +4 -11
- data/spec/models/crypto_candles_spec.rb +4 -11
- data/spec/models/crypto_symbol_spec.rb +4 -11
- data/spec/models/development_spec.rb +10 -11
- data/spec/models/dividends2_info_spec.rb +40 -0
- data/spec/models/dividends2_spec.rb +40 -0
- data/spec/models/dividends_spec.rb +4 -11
- data/spec/models/earning_estimate_spec.rb +4 -11
- data/spec/models/earning_release_spec.rb +4 -11
- data/spec/models/earning_result_spec.rb +16 -11
- data/spec/models/earnings_calendar_spec.rb +4 -11
- data/spec/models/earnings_call_transcripts_list_spec.rb +4 -11
- data/spec/models/earnings_call_transcripts_spec.rb +4 -11
- data/spec/models/earnings_estimates_spec.rb +4 -11
- data/spec/models/economic_calendar_spec.rb +4 -11
- data/spec/models/economic_code_spec.rb +4 -11
- data/spec/models/economic_data_info_spec.rb +40 -0
- data/spec/models/economic_data_spec.rb +4 -11
- data/spec/models/economic_event_spec.rb +4 -11
- data/spec/models/estimate_spec.rb +4 -11
- data/spec/models/etf_country_exposure_data_spec.rb +40 -0
- data/spec/models/etf_holdings_data_spec.rb +70 -0
- data/spec/models/etf_profile_data_spec.rb +136 -0
- data/spec/models/etf_sector_exposure_data_spec.rb +40 -0
- data/spec/models/etfs_country_exposure_spec.rb +40 -0
- data/spec/models/etfs_holdings_spec.rb +52 -0
- data/spec/models/etfs_profile_spec.rb +40 -0
- data/spec/models/etfs_sector_exposure_spec.rb +40 -0
- data/spec/models/fda_comittee_meeting_spec.rb +52 -0
- data/spec/models/filing_sentiment_spec.rb +82 -0
- data/spec/models/filing_spec.rb +4 -11
- data/spec/models/financial_statements_spec.rb +4 -11
- data/spec/models/financials_as_reported_spec.rb +4 -11
- data/spec/models/forex_candles_spec.rb +4 -11
- data/spec/models/forex_symbol_spec.rb +4 -11
- data/spec/models/forexrates_spec.rb +4 -11
- data/spec/models/fund_ownership_info_spec.rb +58 -0
- data/spec/models/fund_ownership_spec.rb +4 -11
- data/spec/models/historical_nbbo_spec.rb +100 -0
- data/spec/models/index_historical_constituent_spec.rb +46 -0
- data/spec/models/indicator_spec.rb +4 -11
- data/spec/models/indices_constituents_spec.rb +40 -0
- data/spec/models/indices_historical_constituents_spec.rb +40 -0
- data/spec/models/insider_transactions_spec.rb +40 -0
- data/spec/models/international_filing_spec.rb +82 -0
- data/spec/models/investment_theme_portfolio_spec.rb +34 -0
- data/spec/models/investment_themes_spec.rb +40 -0
- data/spec/models/ipo_calendar_spec.rb +4 -11
- data/spec/models/ipo_event_spec.rb +4 -11
- data/spec/models/key_customers_suppliers_spec.rb +52 -0
- data/spec/models/last_bid_ask_spec.rb +4 -11
- data/spec/models/market_news_spec.rb +82 -0
- data/spec/models/mutual_fund_country_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_country_exposure_spec.rb +40 -0
- data/spec/models/mutual_fund_holdings_data_spec.rb +70 -0
- data/spec/models/mutual_fund_holdings_spec.rb +52 -0
- data/spec/models/mutual_fund_profile_data_spec.rb +154 -0
- data/spec/models/mutual_fund_profile_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_data_spec.rb +40 -0
- data/spec/models/mutual_fund_sector_exposure_spec.rb +40 -0
- data/spec/models/news_sentiment_spec.rb +4 -11
- data/spec/models/{investor_spec.rb → ownership_info_spec.rb} +7 -14
- data/spec/models/{investors_ownership_spec.rb → ownership_spec.rb} +7 -14
- data/spec/models/pattern_recognition_spec.rb +4 -11
- data/spec/models/{major_developments_spec.rb → press_release_spec.rb} +7 -14
- data/spec/models/price_target_spec.rb +4 -11
- data/spec/models/quote_spec.rb +16 -11
- data/spec/models/recommendation_trend_spec.rb +4 -11
- data/spec/models/reddit_sentiment_content_spec.rb +70 -0
- data/spec/models/report_spec.rb +4 -11
- data/spec/models/{stock_spec.rb → revenue_breakdown_spec.rb} +10 -17
- data/spec/models/revenue_estimates_spec.rb +4 -11
- data/spec/models/sec_sentiment_analysis_spec.rb +52 -0
- data/spec/models/sentiment_spec.rb +4 -11
- data/spec/models/similarity_index_spec.rb +46 -0
- data/spec/models/social_sentiment_spec.rb +46 -0
- data/spec/models/split_spec.rb +4 -11
- data/spec/models/stock_candles_spec.rb +4 -11
- data/spec/models/stock_symbol_spec.rb +70 -0
- data/spec/models/stock_transcripts_spec.rb +4 -11
- data/spec/models/supply_chain_relationships_spec.rb +40 -0
- data/spec/models/support_resistance_spec.rb +4 -11
- data/spec/models/symbol_lookup_info_spec.rb +52 -0
- data/spec/models/symbol_lookup_spec.rb +40 -0
- data/spec/models/technical_analysis_spec.rb +4 -11
- data/spec/models/tick_data_spec.rb +10 -11
- data/spec/models/transactions_spec.rb +70 -0
- data/spec/models/transcript_content_spec.rb +10 -11
- data/spec/models/transcript_participant_spec.rb +10 -11
- data/spec/models/trend_spec.rb +10 -11
- data/spec/models/twitter_sentiment_content_spec.rb +70 -0
- data/spec/models/upgrade_downgrade_spec.rb +4 -11
- data/spec/spec_helper.rb +1 -1
- metadata +211 -45
- data/docs/Investor.md +0 -23
- data/docs/InvestorsOwnership.md +0 -19
- data/docs/MajorDevelopments.md +0 -19
- data/docs/News.md +0 -33
- data/docs/Stock.md +0 -21
- data/finnhub_ruby-1.0.0.gem +0 -0
- data/test.rb +0 -139
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CompanyNewsStatistics
|
|
@@ -32,6 +33,11 @@ module FinnhubRuby
|
|
|
32
33
|
}
|
|
33
34
|
end
|
|
34
35
|
|
|
36
|
+
# Returns all the JSON keys this model knows about
|
|
37
|
+
def self.acceptable_attributes
|
|
38
|
+
attribute_map.values
|
|
39
|
+
end
|
|
40
|
+
|
|
35
41
|
# Attribute type mapping.
|
|
36
42
|
def self.openapi_types
|
|
37
43
|
{
|
|
@@ -123,7 +129,9 @@ module FinnhubRuby
|
|
|
123
129
|
def build_from_hash(attributes)
|
|
124
130
|
return nil unless attributes.is_a?(Hash)
|
|
125
131
|
self.class.openapi_types.each_pair do |key, type|
|
|
126
|
-
if
|
|
132
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
133
|
+
self.send("#{key}=", nil)
|
|
134
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
127
135
|
# check to ensure the input is an array given that the attribute
|
|
128
136
|
# is documented as an array but the input is not
|
|
129
137
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -131,7 +139,7 @@ module FinnhubRuby
|
|
|
131
139
|
end
|
|
132
140
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
133
141
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
134
|
-
end
|
|
142
|
+
end
|
|
135
143
|
end
|
|
136
144
|
|
|
137
145
|
self
|
|
@@ -143,8 +151,8 @@ module FinnhubRuby
|
|
|
143
151
|
# @return [Object] Deserialized data
|
|
144
152
|
def _deserialize(type, value)
|
|
145
153
|
case type.to_sym
|
|
146
|
-
when :
|
|
147
|
-
|
|
154
|
+
when :Time
|
|
155
|
+
Time.parse(value)
|
|
148
156
|
when :Date
|
|
149
157
|
Date.parse(value)
|
|
150
158
|
when :String
|
|
@@ -174,7 +182,9 @@ module FinnhubRuby
|
|
|
174
182
|
end
|
|
175
183
|
end
|
|
176
184
|
else # model
|
|
177
|
-
|
|
185
|
+
# models (e.g. Pet) or oneOf
|
|
186
|
+
klass = FinnhubRuby.const_get(type)
|
|
187
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
178
188
|
end
|
|
179
189
|
end
|
|
180
190
|
|
|
@@ -200,7 +210,7 @@ module FinnhubRuby
|
|
|
200
210
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
201
211
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
202
212
|
end
|
|
203
|
-
|
|
213
|
+
|
|
204
214
|
hash[param] = _to_hash(value)
|
|
205
215
|
end
|
|
206
216
|
hash
|
|
@@ -223,5 +233,7 @@ module FinnhubRuby
|
|
|
223
233
|
value
|
|
224
234
|
end
|
|
225
235
|
end
|
|
236
|
+
|
|
226
237
|
end
|
|
238
|
+
|
|
227
239
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CompanyProfile
|
|
@@ -132,6 +133,11 @@ module FinnhubRuby
|
|
|
132
133
|
}
|
|
133
134
|
end
|
|
134
135
|
|
|
136
|
+
# Returns all the JSON keys this model knows about
|
|
137
|
+
def self.acceptable_attributes
|
|
138
|
+
attribute_map.values
|
|
139
|
+
end
|
|
140
|
+
|
|
135
141
|
# Attribute type mapping.
|
|
136
142
|
def self.openapi_types
|
|
137
143
|
{
|
|
@@ -140,7 +146,7 @@ module FinnhubRuby
|
|
|
140
146
|
:'country' => :'String',
|
|
141
147
|
:'currency' => :'String',
|
|
142
148
|
:'cusip' => :'String',
|
|
143
|
-
:'sedol' => :'
|
|
149
|
+
:'sedol' => :'String',
|
|
144
150
|
:'description' => :'String',
|
|
145
151
|
:'exchange' => :'String',
|
|
146
152
|
:'ggroup' => :'String',
|
|
@@ -373,7 +379,9 @@ module FinnhubRuby
|
|
|
373
379
|
def build_from_hash(attributes)
|
|
374
380
|
return nil unless attributes.is_a?(Hash)
|
|
375
381
|
self.class.openapi_types.each_pair do |key, type|
|
|
376
|
-
if
|
|
382
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
383
|
+
self.send("#{key}=", nil)
|
|
384
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
377
385
|
# check to ensure the input is an array given that the attribute
|
|
378
386
|
# is documented as an array but the input is not
|
|
379
387
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -381,7 +389,7 @@ module FinnhubRuby
|
|
|
381
389
|
end
|
|
382
390
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
383
391
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
384
|
-
end
|
|
392
|
+
end
|
|
385
393
|
end
|
|
386
394
|
|
|
387
395
|
self
|
|
@@ -393,8 +401,8 @@ module FinnhubRuby
|
|
|
393
401
|
# @return [Object] Deserialized data
|
|
394
402
|
def _deserialize(type, value)
|
|
395
403
|
case type.to_sym
|
|
396
|
-
when :
|
|
397
|
-
|
|
404
|
+
when :Time
|
|
405
|
+
Time.parse(value)
|
|
398
406
|
when :Date
|
|
399
407
|
Date.parse(value)
|
|
400
408
|
when :String
|
|
@@ -424,7 +432,9 @@ module FinnhubRuby
|
|
|
424
432
|
end
|
|
425
433
|
end
|
|
426
434
|
else # model
|
|
427
|
-
|
|
435
|
+
# models (e.g. Pet) or oneOf
|
|
436
|
+
klass = FinnhubRuby.const_get(type)
|
|
437
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
428
438
|
end
|
|
429
439
|
end
|
|
430
440
|
|
|
@@ -450,7 +460,7 @@ module FinnhubRuby
|
|
|
450
460
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
451
461
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
452
462
|
end
|
|
453
|
-
|
|
463
|
+
|
|
454
464
|
hash[param] = _to_hash(value)
|
|
455
465
|
end
|
|
456
466
|
hash
|
|
@@ -473,5 +483,7 @@ module FinnhubRuby
|
|
|
473
483
|
value
|
|
474
484
|
end
|
|
475
485
|
end
|
|
486
|
+
|
|
476
487
|
end
|
|
488
|
+
|
|
477
489
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CompanyProfile2
|
|
@@ -68,6 +69,11 @@ module FinnhubRuby
|
|
|
68
69
|
}
|
|
69
70
|
end
|
|
70
71
|
|
|
72
|
+
# Returns all the JSON keys this model knows about
|
|
73
|
+
def self.acceptable_attributes
|
|
74
|
+
attribute_map.values
|
|
75
|
+
end
|
|
76
|
+
|
|
71
77
|
# Attribute type mapping.
|
|
72
78
|
def self.openapi_types
|
|
73
79
|
{
|
|
@@ -213,7 +219,9 @@ module FinnhubRuby
|
|
|
213
219
|
def build_from_hash(attributes)
|
|
214
220
|
return nil unless attributes.is_a?(Hash)
|
|
215
221
|
self.class.openapi_types.each_pair do |key, type|
|
|
216
|
-
if
|
|
222
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
223
|
+
self.send("#{key}=", nil)
|
|
224
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
217
225
|
# check to ensure the input is an array given that the attribute
|
|
218
226
|
# is documented as an array but the input is not
|
|
219
227
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -221,7 +229,7 @@ module FinnhubRuby
|
|
|
221
229
|
end
|
|
222
230
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
223
231
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
224
|
-
end
|
|
232
|
+
end
|
|
225
233
|
end
|
|
226
234
|
|
|
227
235
|
self
|
|
@@ -233,8 +241,8 @@ module FinnhubRuby
|
|
|
233
241
|
# @return [Object] Deserialized data
|
|
234
242
|
def _deserialize(type, value)
|
|
235
243
|
case type.to_sym
|
|
236
|
-
when :
|
|
237
|
-
|
|
244
|
+
when :Time
|
|
245
|
+
Time.parse(value)
|
|
238
246
|
when :Date
|
|
239
247
|
Date.parse(value)
|
|
240
248
|
when :String
|
|
@@ -264,7 +272,9 @@ module FinnhubRuby
|
|
|
264
272
|
end
|
|
265
273
|
end
|
|
266
274
|
else # model
|
|
267
|
-
|
|
275
|
+
# models (e.g. Pet) or oneOf
|
|
276
|
+
klass = FinnhubRuby.const_get(type)
|
|
277
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
268
278
|
end
|
|
269
279
|
end
|
|
270
280
|
|
|
@@ -290,7 +300,7 @@ module FinnhubRuby
|
|
|
290
300
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
291
301
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
292
302
|
end
|
|
293
|
-
|
|
303
|
+
|
|
294
304
|
hash[param] = _to_hash(value)
|
|
295
305
|
end
|
|
296
306
|
hash
|
|
@@ -313,5 +323,7 @@ module FinnhubRuby
|
|
|
313
323
|
value
|
|
314
324
|
end
|
|
315
325
|
end
|
|
326
|
+
|
|
316
327
|
end
|
|
328
|
+
|
|
317
329
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CountryMetadata
|
|
@@ -44,6 +45,11 @@ module FinnhubRuby
|
|
|
44
45
|
}
|
|
45
46
|
end
|
|
46
47
|
|
|
48
|
+
# Returns all the JSON keys this model knows about
|
|
49
|
+
def self.acceptable_attributes
|
|
50
|
+
attribute_map.values
|
|
51
|
+
end
|
|
52
|
+
|
|
47
53
|
# Attribute type mapping.
|
|
48
54
|
def self.openapi_types
|
|
49
55
|
{
|
|
@@ -153,7 +159,9 @@ module FinnhubRuby
|
|
|
153
159
|
def build_from_hash(attributes)
|
|
154
160
|
return nil unless attributes.is_a?(Hash)
|
|
155
161
|
self.class.openapi_types.each_pair do |key, type|
|
|
156
|
-
if
|
|
162
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
163
|
+
self.send("#{key}=", nil)
|
|
164
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
157
165
|
# check to ensure the input is an array given that the attribute
|
|
158
166
|
# is documented as an array but the input is not
|
|
159
167
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -161,7 +169,7 @@ module FinnhubRuby
|
|
|
161
169
|
end
|
|
162
170
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
163
171
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
164
|
-
end
|
|
172
|
+
end
|
|
165
173
|
end
|
|
166
174
|
|
|
167
175
|
self
|
|
@@ -173,8 +181,8 @@ module FinnhubRuby
|
|
|
173
181
|
# @return [Object] Deserialized data
|
|
174
182
|
def _deserialize(type, value)
|
|
175
183
|
case type.to_sym
|
|
176
|
-
when :
|
|
177
|
-
|
|
184
|
+
when :Time
|
|
185
|
+
Time.parse(value)
|
|
178
186
|
when :Date
|
|
179
187
|
Date.parse(value)
|
|
180
188
|
when :String
|
|
@@ -204,7 +212,9 @@ module FinnhubRuby
|
|
|
204
212
|
end
|
|
205
213
|
end
|
|
206
214
|
else # model
|
|
207
|
-
|
|
215
|
+
# models (e.g. Pet) or oneOf
|
|
216
|
+
klass = FinnhubRuby.const_get(type)
|
|
217
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
208
218
|
end
|
|
209
219
|
end
|
|
210
220
|
|
|
@@ -230,7 +240,7 @@ module FinnhubRuby
|
|
|
230
240
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
231
241
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
232
242
|
end
|
|
233
|
-
|
|
243
|
+
|
|
234
244
|
hash[param] = _to_hash(value)
|
|
235
245
|
end
|
|
236
246
|
hash
|
|
@@ -253,5 +263,7 @@ module FinnhubRuby
|
|
|
253
263
|
value
|
|
254
264
|
end
|
|
255
265
|
end
|
|
266
|
+
|
|
256
267
|
end
|
|
268
|
+
|
|
257
269
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CovidInfo
|
|
@@ -36,13 +37,18 @@ module FinnhubRuby
|
|
|
36
37
|
}
|
|
37
38
|
end
|
|
38
39
|
|
|
40
|
+
# Returns all the JSON keys this model knows about
|
|
41
|
+
def self.acceptable_attributes
|
|
42
|
+
attribute_map.values
|
|
43
|
+
end
|
|
44
|
+
|
|
39
45
|
# Attribute type mapping.
|
|
40
46
|
def self.openapi_types
|
|
41
47
|
{
|
|
42
48
|
:'state' => :'String',
|
|
43
49
|
:'_case' => :'Float',
|
|
44
50
|
:'death' => :'Float',
|
|
45
|
-
:'updated' => :'
|
|
51
|
+
:'updated' => :'String'
|
|
46
52
|
}
|
|
47
53
|
end
|
|
48
54
|
|
|
@@ -133,7 +139,9 @@ module FinnhubRuby
|
|
|
133
139
|
def build_from_hash(attributes)
|
|
134
140
|
return nil unless attributes.is_a?(Hash)
|
|
135
141
|
self.class.openapi_types.each_pair do |key, type|
|
|
136
|
-
if
|
|
142
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
143
|
+
self.send("#{key}=", nil)
|
|
144
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
137
145
|
# check to ensure the input is an array given that the attribute
|
|
138
146
|
# is documented as an array but the input is not
|
|
139
147
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -141,7 +149,7 @@ module FinnhubRuby
|
|
|
141
149
|
end
|
|
142
150
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
143
151
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
144
|
-
end
|
|
152
|
+
end
|
|
145
153
|
end
|
|
146
154
|
|
|
147
155
|
self
|
|
@@ -153,8 +161,8 @@ module FinnhubRuby
|
|
|
153
161
|
# @return [Object] Deserialized data
|
|
154
162
|
def _deserialize(type, value)
|
|
155
163
|
case type.to_sym
|
|
156
|
-
when :
|
|
157
|
-
|
|
164
|
+
when :Time
|
|
165
|
+
Time.parse(value)
|
|
158
166
|
when :Date
|
|
159
167
|
Date.parse(value)
|
|
160
168
|
when :String
|
|
@@ -184,7 +192,9 @@ module FinnhubRuby
|
|
|
184
192
|
end
|
|
185
193
|
end
|
|
186
194
|
else # model
|
|
187
|
-
|
|
195
|
+
# models (e.g. Pet) or oneOf
|
|
196
|
+
klass = FinnhubRuby.const_get(type)
|
|
197
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
188
198
|
end
|
|
189
199
|
end
|
|
190
200
|
|
|
@@ -210,7 +220,7 @@ module FinnhubRuby
|
|
|
210
220
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
211
221
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
212
222
|
end
|
|
213
|
-
|
|
223
|
+
|
|
214
224
|
hash[param] = _to_hash(value)
|
|
215
225
|
end
|
|
216
226
|
hash
|
|
@@ -233,5 +243,7 @@ module FinnhubRuby
|
|
|
233
243
|
value
|
|
234
244
|
end
|
|
235
245
|
end
|
|
246
|
+
|
|
236
247
|
end
|
|
248
|
+
|
|
237
249
|
end
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version:
|
|
9
|
+
OpenAPI Generator version: 5.2.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
|
+
require 'time'
|
|
14
15
|
|
|
15
16
|
module FinnhubRuby
|
|
16
17
|
class CryptoCandles
|
|
@@ -48,6 +49,11 @@ module FinnhubRuby
|
|
|
48
49
|
}
|
|
49
50
|
end
|
|
50
51
|
|
|
52
|
+
# Returns all the JSON keys this model knows about
|
|
53
|
+
def self.acceptable_attributes
|
|
54
|
+
attribute_map.values
|
|
55
|
+
end
|
|
56
|
+
|
|
51
57
|
# Attribute type mapping.
|
|
52
58
|
def self.openapi_types
|
|
53
59
|
{
|
|
@@ -175,7 +181,9 @@ module FinnhubRuby
|
|
|
175
181
|
def build_from_hash(attributes)
|
|
176
182
|
return nil unless attributes.is_a?(Hash)
|
|
177
183
|
self.class.openapi_types.each_pair do |key, type|
|
|
178
|
-
if
|
|
184
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
|
185
|
+
self.send("#{key}=", nil)
|
|
186
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
179
187
|
# check to ensure the input is an array given that the attribute
|
|
180
188
|
# is documented as an array but the input is not
|
|
181
189
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
@@ -183,7 +191,7 @@ module FinnhubRuby
|
|
|
183
191
|
end
|
|
184
192
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
185
193
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
186
|
-
end
|
|
194
|
+
end
|
|
187
195
|
end
|
|
188
196
|
|
|
189
197
|
self
|
|
@@ -195,8 +203,8 @@ module FinnhubRuby
|
|
|
195
203
|
# @return [Object] Deserialized data
|
|
196
204
|
def _deserialize(type, value)
|
|
197
205
|
case type.to_sym
|
|
198
|
-
when :
|
|
199
|
-
|
|
206
|
+
when :Time
|
|
207
|
+
Time.parse(value)
|
|
200
208
|
when :Date
|
|
201
209
|
Date.parse(value)
|
|
202
210
|
when :String
|
|
@@ -226,7 +234,9 @@ module FinnhubRuby
|
|
|
226
234
|
end
|
|
227
235
|
end
|
|
228
236
|
else # model
|
|
229
|
-
|
|
237
|
+
# models (e.g. Pet) or oneOf
|
|
238
|
+
klass = FinnhubRuby.const_get(type)
|
|
239
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
230
240
|
end
|
|
231
241
|
end
|
|
232
242
|
|
|
@@ -252,7 +262,7 @@ module FinnhubRuby
|
|
|
252
262
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
253
263
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
254
264
|
end
|
|
255
|
-
|
|
265
|
+
|
|
256
266
|
hash[param] = _to_hash(value)
|
|
257
267
|
end
|
|
258
268
|
hash
|
|
@@ -275,5 +285,7 @@ module FinnhubRuby
|
|
|
275
285
|
value
|
|
276
286
|
end
|
|
277
287
|
end
|
|
288
|
+
|
|
278
289
|
end
|
|
290
|
+
|
|
279
291
|
end
|