Class: ThetvdbMapper::Series
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from ThetvdbMapper::Base
Instance Method Details
#data ⇒ Object
2 3 4 |
# File 'lib/thetvdb_mapper/series.rb', line 2 def data @data ||= ThetvdbMapper::Mapping::Series.map(fetcher.series(id).body) end |
#inspect ⇒ Object
6 7 8 |
# File 'lib/thetvdb_mapper/series.rb', line 6 def inspect "<ThetvdbMapper::Series data=#{data.to_s} >" end |