class Syobocal::DB::ProgLookup::Mapper

Public Class Methods

new() click to toggle source
# File lib/syobocal/db.rb, line 122
def initialize
  @map = {
    "LastUpdate" => :time,
    "PID" => :int,
    "TID" => :int,
    "StTime" => :time,
    "StOffset" => :int,
    "EdTime" => :time,
    "Count" => :int,
    "SubTitle" => :str,
    "ProgComment" => :str,
    "Flag" => :int,
    "Deleted" => :int,
    "Warn" => :int,
    "ChID" => :int,
    "Revision" => :int,
    "STSubTitle" => :str,
  }
end