Sha256: 043ce4819ee237cdea249320ed994d2c064aecc99267007c40a43801add93197
Contents?: true
Size: 766 Bytes
Versions: 2
Compression:
Stored size: 766 Bytes
Contents
module IEX module Api class Client include Endpoints::Chart include Endpoints::Company include Endpoints::Crypto include Endpoints::Dividends include Endpoints::Earnings include Endpoints::Income include Endpoints::KeyStats include Endpoints::LargestTrades include Endpoints::Logo include Endpoints::News include Endpoints::Ohlc include Endpoints::Price include Endpoints::Quote include Endpoints::Sectors include Cloud::Connection include Cloud::Request include Config def initialize(options = {}) Config::ATTRIBUTES.each do |key| send("#{key}=", options[key] || IEX::Api.config.send(key)) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iex-ruby-client-1.1.1 | lib/iex/api/client.rb |
iex-ruby-client-1.1.0 | lib/iex/api/client.rb |