Class: ThetvdbApi::Actor

Inherits:
Base
  • Object
show all
Defined in:
lib/thetvdb_api/actor.rb

Instance Attribute Summary

Attributes inherited from Base

#client, #options, #uri

Instance Method Summary collapse

Methods inherited from Base

#api_key, #api_url, #get, #initialize, #language, #request_options, #response, #series_uri

Constructor Details

This class inherits a constructor from ThetvdbApi::Base

Instance Method Details

#find(series_id) ⇒ Object



2
3
4
# File 'lib/thetvdb_api/actor.rb', line 2

def find(series_id)
  get("#{series_uri(series_id)}actors.xml").response
end