Class: AppfiguresClient::Endpoints::Reviews
- Inherits:
-
Endpoint
- Object
- Endpoint
- AppfiguresClient::Endpoints::Reviews
show all
- Defined in:
- lib/appfigures_client/endpoints/reviews.rb
Instance Method Summary
collapse
Methods inherited from Endpoint
#initialize
Instance Method Details
#counts(options = {}) ⇒ Object
11
12
13
14
|
# File 'lib/appfigures_client/endpoints/reviews.rb', line 11
def counts(options={})
path = @routes[:count]
@request.make path, options
end
|
#search(options = {}) ⇒ Object
6
7
8
9
|
# File 'lib/appfigures_client/endpoints/reviews.rb', line 6
def search(options={})
path = @routes[:default]
@request.make path, options
end
|