Class: WhatsAppCloudApi::Types::CallActionResponse

Inherits:
GraphSuccessResponse show all
Defined in:
lib/whatsapp_cloud_api/types.rb

Instance Attribute Summary collapse

Attributes inherited from GraphSuccessResponse

#success

Instance Method Summary collapse

Methods inherited from GraphSuccessResponse

#success?

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_productObject (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