Class: WhatsAppCloudApi::Types::CallActionResponse
- Inherits:
-
GraphSuccessResponse
- Object
- GraphSuccessResponse
- WhatsAppCloudApi::Types::CallActionResponse
- Defined in:
- lib/whatsapp_cloud_api/types.rb
Instance Attribute Summary collapse
-
#messaging_product ⇒ Object
readonly
Returns the value of attribute messaging_product.
Attributes inherited from GraphSuccessResponse
Instance Method Summary collapse
-
#initialize(data) ⇒ CallActionResponse
constructor
A new instance of CallActionResponse.
Methods inherited from GraphSuccessResponse
Constructor Details
#initialize(data) ⇒ CallActionResponse
Returns a new instance of CallActionResponse.
221 222 223 224 |
# File 'lib/whatsapp_cloud_api/types.rb', line 221 def initialize(data) super(data) @messaging_product = data['messaging_product'] end |
Instance Attribute Details
#messaging_product ⇒ Object (readonly)
Returns the value of attribute messaging_product.
219 220 221 |
# File 'lib/whatsapp_cloud_api/types.rb', line 219 def messaging_product @messaging_product end |