class StockShaker::Config
TODO: Add validation
Attributes
lazada_config[RW]
shopee_config[RW]
Public Class Methods
new()
click to toggle source
# File lib/stock_shaker/config.rb, line 21 def initialize @lazada_config = LazadaConfig.new @shopee_config = ShopeeConfig.new end