Class: FanartApi::Tv
- Inherits:
-
Base
- Object
- Base
- FanartApi::Tv
show all
- Defined in:
- lib/fanart_api/tv.rb
Overview
Instance Method Summary
collapse
Methods inherited from Base
#api_key_options, #find_path, #latest_path, #path_with_params
Instance Method Details
#find(options = {}) ⇒ Object
3
4
5
|
# File 'lib/fanart_api/tv.rb', line 3
def find(options = {})
find_path_with_params(options).get
end
|
#find_url(options = {}) ⇒ Object
7
8
9
|
# File 'lib/fanart_api/tv.rb', line 7
def find_url(options = {})
find_path_with_params(options).url
end
|
#latest(options = {}) ⇒ Object
11
12
13
|
# File 'lib/fanart_api/tv.rb', line 11
def latest(options = {})
latest_path_with_params(options).get
end
|
#latest_url(options = {}) ⇒ Object
15
16
17
|
# File 'lib/fanart_api/tv.rb', line 15
def latest_url(options = {})
latest_path_with_params(options).url
end
|