class Syobocal::DB::ChLookup::Mapper
Public Class Methods
new()
click to toggle source
# File lib/syobocal/db.rb, line 174 def initialize @map = { "LastUpdate" => :time, "ChID" => :int, "ChName" => :str, "ChiEPGName" => :str, "ChURL" => :str, "ChEPGURL" => :str, "ChComment" => :str, "ChGID" => :int, "ChNumber" => :int, } end