Class: Lark::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_app_idObject

Returns the value of attribute default_app_id.



31
32
33
# File 'lib/lark/config.rb', line 31

def default_app_id
  @default_app_id
end

#default_app_secretObject

Returns the value of attribute default_app_secret.



31
32
33
# File 'lib/lark/config.rb', line 31

def default_app_secret
  @default_app_secret
end

#default_isvObject

Returns the value of attribute default_isv.



31
32
33
# File 'lib/lark/config.rb', line 31

def default_isv
  @default_isv
end

#http_timeout_optionsObject

Returns the value of attribute http_timeout_options.



31
32
33
# File 'lib/lark/config.rb', line 31

def http_timeout_options
  @http_timeout_options
end

#loggerObject

Returns the value of attribute logger.



31
32
33
# File 'lib/lark/config.rb', line 31

def logger
  @logger
end

#redisObject

Returns the value of attribute redis.



31
32
33
# File 'lib/lark/config.rb', line 31

def redis
  @redis
end