Class: ThetvdbMapper::Mapping::Actor

Inherits:
Base
  • Object
show all
Defined in:
lib/thetvdb_mapper/mapping/actor.rb

Class Method Summary collapse

Methods inherited from Base

convert_to_list, map

Class Method Details

.rulesObject



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