Class: FeishuBot::Config
- Inherits:
-
Object
- Object
- FeishuBot::Config
- Defined in:
- lib/feishu_bot/config.rb
Class Attribute Summary collapse
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.app_secret ⇒ Object
Returns the value of attribute app_secret.
Class Method Summary collapse
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
4 5 6 |
# File 'lib/feishu_bot/config.rb', line 4 def app_id @app_id end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
4 5 6 |
# File 'lib/feishu_bot/config.rb', line 4 def app_secret @app_secret end |
Class Method Details
.configure {|_self| ... } ⇒ Object
6 7 8 |
# File 'lib/feishu_bot/config.rb', line 6 def configure yield self end |