class FeishuBot::Config

Attributes

app_id[RW]
app_secret[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/feishu_bot/config.rb, line 6
def configure
  yield self
end