Module: Messenger::Bot::Config
- Defined in:
- lib/messenger/bot/config.rb
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.secret_token ⇒ Object
Returns the value of attribute secret_token.
-
.validation_token ⇒ Object
Returns the value of attribute validation_token.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
5 6 7 |
# File 'lib/messenger/bot/config.rb', line 5 def access_token @access_token end |
.secret_token ⇒ Object
Returns the value of attribute secret_token.
7 8 9 |
# File 'lib/messenger/bot/config.rb', line 7 def secret_token @secret_token end |
.validation_token ⇒ Object
Returns the value of attribute validation_token.
9 10 11 |
# File 'lib/messenger/bot/config.rb', line 9 def validation_token @validation_token end |