module TinkoffInvest::V1::Market::Bonds

Public Instance Methods

bonds() click to toggle source
# File lib/tinkoff_invest/v1/market/bonds.rb, line 7
def bonds
  response = connection.get('market/bonds')
  response.body if response.success?
end