Class: Veezi::API::Films

Inherits:
Base
  • Object
show all
Defined in:
lib/veezi/api/films.rb

Instance Attribute Summary

Attributes inherited from Base

#api_path, #client, #parser

Instance Method Summary collapse

Methods inherited from Base

#all, #find

Constructor Details

#initialize(client) ⇒ Films

Returns a new instance of Films.



4
5
6
7
# File 'lib/veezi/api/films.rb', line 4

def initialize(client)
  @api_path = "/film"
  super(client)
end