class Syobocal::DB::ChGroupLookup::Mapper
Public Class Methods
new()
click to toggle source
# File lib/syobocal/db.rb, line 220 def initialize @map = { "LastUpdate" => :time, "ChGID" => :int, "ChGroupName" => :str, "ChGroupComment" => :str, "ChGroupOrder" => :int, } end