Class: FlowChat::Config::WhatsappConfig
- Inherits:
-
Object
- Object
- FlowChat::Config::WhatsappConfig
- Defined in:
- lib/flow_chat/config.rb
Instance Attribute Summary collapse
-
#api_base_url ⇒ Object
readonly
Returns the value of attribute api_base_url.
Instance Method Summary collapse
-
#initialize ⇒ WhatsappConfig
constructor
A new instance of WhatsappConfig.
Constructor Details
#initialize ⇒ WhatsappConfig
Returns a new instance of WhatsappConfig.
72 73 74 |
# File 'lib/flow_chat/config.rb', line 72 def initialize @api_base_url = "https://graph.facebook.com/v23.0" end |
Instance Attribute Details
#api_base_url ⇒ Object (readonly)
Returns the value of attribute api_base_url.
70 71 72 |
# File 'lib/flow_chat/config.rb', line 70 def api_base_url @api_base_url end |