Module: Vinegar::Client::Root
- Included in:
- Vinegar::Client
- Defined in:
- lib/vinegar/client/root.rb
Overview
Root level tasks for Rotten Tomatoes API
Instance Method Summary collapse
-
#root(options = {}) ⇒ Object
Returns the root of the api.
Instance Method Details
#root(options = {}) ⇒ Object
Returns the root of the api
18 19 20 |
# File 'lib/vinegar/client/root.rb', line 18 def root( = {}) get("", ) end |