Module: MoexIss::Request
Constant Summary
Constants included from Connection
Instance Method Summary collapse
Methods included from Connection
Instance Method Details
#get(path, params = {}) ⇒ Object
7 8 9 |
# File 'lib/moex_iss/request.rb', line 7 def get(path, params = {}) respond_with(connection.get(path, params)) end |