Module: Feishu
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/feishu-rails.rb,
lib/feishu/version.rb,
lib/feishu/connector.rb
Defined Under Namespace
Modules: Connector
Constant Summary collapse
- VERSION =
"0.1.7"
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.
8 9 10 |
# File 'lib/feishu-rails.rb', line 8 def app_id @app_id end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
8 9 10 |
# File 'lib/feishu-rails.rb', line 8 def app_secret @app_secret end |
.encrypt_key ⇒ Object
Returns the value of attribute encrypt_key.
8 9 10 |
# File 'lib/feishu-rails.rb', line 8 def encrypt_key @encrypt_key end |
Class Method Details
.config {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/feishu-rails.rb', line 10 def config yield self end |