Module: ElephantInTheRoom::TheOneApiSdk::ApiPaths::AllPaths
- Included in:
- ModifiedSdk, TheOne
- Defined in:
- lib/elephant_in_the_room/the_one_api_sdk/api_paths/all_paths.rb
Overview
Mixin to add all available API paths to the parent object
Instance Method Summary collapse
-
#movies ⇒ Object
Provides queries related to movies.
Instance Method Details
#movies ⇒ Object
Provides queries related to movies
11 12 13 |
# File 'lib/elephant_in_the_room/the_one_api_sdk/api_paths/all_paths.rb', line 11 def movies ElephantInTheRoom::TheOneApiSdk::ApiPaths::Movies.new(@pipeline) end |