Class: Dingtalk::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/dingtalk/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#key_expiredObject

Returns the value of attribute key_expired.



27
28
29
# File 'lib/dingtalk/config.rb', line 27

def key_expired
  @key_expired
end

#redisObject

Returns the value of attribute redis.



27
28
29
# File 'lib/dingtalk/config.rb', line 27

def redis
  @redis
end

#rest_client_optionsObject

Returns the value of attribute rest_client_options.



27
28
29
# File 'lib/dingtalk/config.rb', line 27

def rest_client_options
  @rest_client_options
end