Class: Lark::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_urlObject

Returns the value of attribute api_base_url.



37
38
39
# File 'lib/lark/config.rb', line 37

def api_base_url
  @api_base_url
end

#default_app_idObject

Returns the value of attribute default_app_id.



37
38
39
# File 'lib/lark/config.rb', line 37

def default_app_id
  @default_app_id
end

#default_app_secretObject

Returns the value of attribute default_app_secret.



37
38
39
# File 'lib/lark/config.rb', line 37

def default_app_secret
  @default_app_secret
end

#default_isvObject

Returns the value of attribute default_isv.



37
38
39
# File 'lib/lark/config.rb', line 37

def default_isv
  @default_isv
end

#http_timeout_optionsObject

Returns the value of attribute http_timeout_options.



37
38
39
# File 'lib/lark/config.rb', line 37

def http_timeout_options
  @http_timeout_options
end

#loggerObject

Returns the value of attribute logger.



37
38
39
# File 'lib/lark/config.rb', line 37

def logger
  @logger
end

#redisObject

Returns the value of attribute redis.



37
38
39
# File 'lib/lark/config.rb', line 37

def redis
  @redis
end