Class: ThetvdbMapper::Mapping::Actor
- Defined in:
- lib/thetvdb_mapper/mapping/actor.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.rules ⇒ Object
2 3 4 5 6 7 8 9 10 |
# File 'lib/thetvdb_mapper/mapping/actor.rb', line 2 def self.rules { 'id' => :id, 'Image' => :image_path, 'Name' => :name, 'Role' => :role, 'SortOrder' => :sort_order } end |