module Facebook::Messenger
All the code for this gem resides in this module.
Constants
- VERSION
@return [String] Define the version of gem.
- X_HUB_SIGNATURE_MISSING_WARNING
Public Class Methods
config()
click to toggle source
# File lib/facebook/messenger.rb, line 18 def self.config @config ||= Configuration.new end
config=(config)
click to toggle source
# File lib/facebook/messenger.rb, line 22 def self.config=(config) @config = config end
configure() { |config| ... }
click to toggle source
# File lib/facebook/messenger.rb, line 14 def self.configure yield config end