Class: ThetvdbApi::Actor

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

Instance Method Summary collapse

Methods inherited from Base

#api_key_options, #api_key_with_language_options, #language_options

Instance Method Details

#find(options = {}) ⇒ Object



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

def find(options = {})
  find_path_with_params(options).get
end

#find_url(options = {}) ⇒ Object



6
7
8
# File 'lib/thetvdb_api/actor.rb', line 6

def find_url(options = {})
  find_path_with_params(options).url
end