Module: Facebook::Bot::Config
- Defined in:
- lib/facebook/bot/config.rb
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_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/facebook/bot/config.rb', line 5 def access_token @access_token end |
.validation_token ⇒ Object
Returns the value of attribute validation_token.
7 8 9 |
# File 'lib/facebook/bot/config.rb', line 7 def validation_token @validation_token end |