Class: ThirdPartyWxa::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#appidObject

Returns the value of attribute appid.



30
31
32
# File 'lib/third_party_wxa/config.rb', line 30

def appid
  @appid
end

#appsecretObject

Returns the value of attribute appsecret.



30
31
32
# File 'lib/third_party_wxa/config.rb', line 30

def appsecret
  @appsecret
end

#redisObject

Returns the value of attribute redis.



30
31
32
# File 'lib/third_party_wxa/config.rb', line 30

def redis
  @redis
end

#redis_keyObject

Returns the value of attribute redis_key.



30
31
32
# File 'lib/third_party_wxa/config.rb', line 30

def redis_key
  @redis_key
end