Sha256: e61189ed65940264fbbf84efe99bd5c9f97284601019cdaf8ae5a57a712a7af9
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module TinkoffInvest module V1 module Market module Stocks def stocks response = connection.get('market/stocks') response.body if response.success? end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tinkoff_invest-0.2.1 | lib/tinkoff_invest/v1/market/stocks.rb |
tinkoff_invest-0.2.0 | lib/tinkoff_invest/v1/market/stocks.rb |