Class: FreshchatWhatsapp::Configuration
- Inherits:
-
Object
- Object
- FreshchatWhatsapp::Configuration
- Defined in:
- lib/freshchat_whatsapp/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_path ⇒ Object
Returns the value of attribute base_path.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
14 15 16 |
# File 'lib/freshchat_whatsapp/configuration.rb', line 14 def api_key @api_key end |
#base_path ⇒ Object
Returns the value of attribute base_path.
14 15 16 |
# File 'lib/freshchat_whatsapp/configuration.rb', line 14 def base_path @base_path end |