Method: Apphunk::Config.token

Defined in:
lib/apphunk/config.rb

.tokenObject

The token as provided by apphunk.com. Used to authenticate a message request.

Example

config.token = 'secrect_project_token'


43
44
45
# File 'lib/apphunk/config.rb', line 43

def token
  @token
end