Class: ThetvdbApi::Mappers::Series
- Inherits:
-
Object
- Object
- ThetvdbApi::Mappers::Series
- Includes:
- HappyMapper, BaseMapper
- Defined in:
- lib/thetvdb_api/mappers/series.rb
Instance Method Summary collapse
Methods included from BaseMapper
Instance Method Details
#banner_url ⇒ Object
29 30 31 |
# File 'lib/thetvdb_api/mappers/series.rb', line 29 def ? "http://thetvdb.com/banners/#{banner_path}" : nil end |
#fanart_url ⇒ Object
33 34 35 |
# File 'lib/thetvdb_api/mappers/series.rb', line 33 def fanart_url fanart_path ? "http://thetvdb.com/banners/#{fanart_path}" : nil end |
#poster_url ⇒ Object
37 38 39 |
# File 'lib/thetvdb_api/mappers/series.rb', line 37 def poster_url poster_path ? "http://thetvdb.com/banners/#{poster_path}" : nil end |