class Moe::Config
Attributes
batch_limit[RW]
tables[RW]
Public Class Methods
new()
click to toggle source
# File lib/moe/config.rb, line 16 def initialize @batch_limit = 15 @tables = {} end