Class: ThetvdbApi::Banner
Instance Method Summary collapse
-
#find(options = {}) ⇒ Object
Return all of the series banners.
-
#find_url(options = {}) ⇒ Object
Return all of the series banners - return only url.
Methods inherited from Base
#api_key_options, #api_key_with_language_options, #language_options
Instance Method Details
#find(options = {}) ⇒ Object
Return all of the series banners.
access: FREE param: options hash
series_id: TV series name
output: XML string (example: thetvdb.com/wiki/index.php/API:banners.xml)
8 9 10 |
# File 'lib/thetvdb_api/banner.rb', line 8 def find( = {}) find_path_with_params().get end |
#find_url(options = {}) ⇒ Object
Return all of the series banners - return only url.
access: FREE param: options hash
series_id: TV series name
output: url string
18 19 20 |
# File 'lib/thetvdb_api/banner.rb', line 18 def find_url( = {}) find_path_with_params().url end |