Class: ChatworkWebhookVerify::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/chatwork_webhook_verify/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tokenString

Returns default webhook token.

Returns:

  • (String)

    default webhook token



4
5
6
# File 'lib/chatwork_webhook_verify/configuration.rb', line 4

def token
  @token
end