Exception: WhatsappSdk::Api::BusinessProfile::InvalidVertical
- Inherits:
-
StandardError
- Object
- StandardError
- WhatsappSdk::Api::BusinessProfile::InvalidVertical
- Defined in:
- lib/whatsapp_sdk/api/business_profile.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(vertical:) ⇒ InvalidVertical
constructor
A new instance of InvalidVertical.
Constructor Details
#initialize(vertical:) ⇒ InvalidVertical
14 15 16 17 18 |
# File 'lib/whatsapp_sdk/api/business_profile.rb', line 14 def initialize(vertical:) = "invalid vertical #{vertical}. See the supported types in the official documentation " \ "https://developers.facebook.com/docs/whatsapp/cloud-api/reference/business-profiles" super end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
12 13 14 |
# File 'lib/whatsapp_sdk/api/business_profile.rb', line 12 def end |