Class: Liblab::Movie::List
- Inherits:
-
Object
- Object
- Liblab::Movie::List
- Defined in:
- lib/liblab/movie/list.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
4 5 6 7 |
# File 'lib/liblab/movie/list.rb', line 4 def self.call() _path = "movie" ::Liblab::Client::Base.new.get(_path) end |