Method: WhatsappSdk::Resource::BusinessProfile#==

Defined in:
lib/whatsapp_sdk/resource/business_profile.rb

#==(other) ⇒ Object



28
29
30
31
32
33
34
35
36
37
# File 'lib/whatsapp_sdk/resource/business_profile.rb', line 28

def ==(other)
  about == other.about &&
    address == other.address &&
    description == other.description &&
    email == other.email &&
    messaging_product == other.messaging_product &&
    profile_picture_url == other.profile_picture_url &&
    vertical == other.vertical &&
    websites == other.websites
end