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

Instance Method Details

#moviesObject

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