Class: WhatsappSdk::Resource::ContactResponse
- Inherits:
-
Object
- Object
- WhatsappSdk::Resource::ContactResponse
- Defined in:
- lib/whatsapp_sdk/resource/contact_response.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#wa_id ⇒ Object
Returns the value of attribute wa_id.
Instance Method Summary collapse
-
#initialize(input:, wa_id:) ⇒ ContactResponse
constructor
A new instance of ContactResponse.
Constructor Details
#initialize(input:, wa_id:) ⇒ ContactResponse
Returns a new instance of ContactResponse.
8 9 10 11 |
# File 'lib/whatsapp_sdk/resource/contact_response.rb', line 8 def initialize(input:, wa_id:) @input = input @wa_id = wa_id end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
6 7 8 |
# File 'lib/whatsapp_sdk/resource/contact_response.rb', line 6 def input @input end |
#wa_id ⇒ Object
Returns the value of attribute wa_id.
6 7 8 |
# File 'lib/whatsapp_sdk/resource/contact_response.rb', line 6 def wa_id @wa_id end |