Module: MoexIss::Request

Includes:
Connection
Included in:
Client
Defined in:
lib/moex_iss/request.rb

Constant Summary

Constants included from Connection

Connection::BASE_URL

Instance Method Summary collapse

Methods included from Connection

#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