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

Class Method Summary collapse

Class Attribute Details

.app_idObject

Returns the value of attribute app_id.



8
9
10
# File 'lib/feishu-rails.rb', line 8

def app_id
  @app_id
end

.app_secretObject

Returns the value of attribute app_secret.



8
9
10
# File 'lib/feishu-rails.rb', line 8

def app_secret
  @app_secret
end

.encrypt_keyObject

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Feishu)

    the object that the method was called on



10
11
12
# File 'lib/feishu-rails.rb', line 10

def config
  yield self
end