class HelpScout::Configuration
Constants
- DEFAULT_CACHE_KEY
Attributes
app_id[RW]
app_secret[RW]
default_mailbox[RW]
token_cache[RW]
token_cache_key[W]
Public Instance Methods
token_cache_key()
click to toggle source
# File lib/help_scout/configuration.rb, line 10 def token_cache_key return @token_cache_key if defined?(@token_cache_key) @token_cache_key = DEFAULT_CACHE_KEY end