Module: ChgkRating::Request
- Includes:
- Connection
- Included in:
- Collections::Base, Models::Base
- Defined in:
- lib/chgk_rating/request.rb
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/chgk_rating/request.rb', line 7 def get(path, params = {}) respond perform_get(path, params) end |