Module: TinkoffInvest::V1::Market::Bonds
- Included in:
- Client
- Defined in:
- lib/tinkoff_invest/v1/market/bonds.rb
Instance Method Summary collapse
Instance Method Details
#bonds ⇒ Object
7 8 9 10 |
# File 'lib/tinkoff_invest/v1/market/bonds.rb', line 7 def bonds response = connection.get('market/bonds') response.body if response.success? end |