Sha256: 55739dcee1d417441ac9d457d8f83dc6b83d01e56fb9a1074b417e5eb4fa10c0
Contents?: true
Size: 390 Bytes
Versions: 35
Compression:
Stored size: 390 Bytes
Contents
class PlayerSynchronizer < Synchronisable::Synchronizer remote_id :player_id mappings( :eman_tsrif => :first_name, :eman_tsal => :last_name, :yadhtrib => :birthday, :pihsnezitic => :citizenship, :thgieh => :height, :thgiew => :weight, :team => :team_id ) only :team_id, :first_name, :last_name gateway PlayerGateway end
Version data entries
35 entries across 35 versions & 1 rubygems