Class: FeishuApi::Config
- Inherits:
-
Object
- Object
- FeishuApi::Config
- Defined in:
- lib/feishu-api/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.
-
.encrypt_key ⇒ Object
Returns the value of attribute encrypt_key.
Class Method Summary collapse
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
6 7 8 |
# File 'lib/feishu-api/config.rb', line 6 def app_id @app_id end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
6 7 8 |
# File 'lib/feishu-api/config.rb', line 6 def app_secret @app_secret end |
.encrypt_key ⇒ Object
Returns the value of attribute encrypt_key.
6 7 8 |
# File 'lib/feishu-api/config.rb', line 6 def encrypt_key @encrypt_key end |
Class Method Details
.configure {|_self| ... } ⇒ Object
8 9 10 |
# File 'lib/feishu-api/config.rb', line 8 def configure yield self end |