Class: Arafa::Whatsapp::MessageBody::Interactive::Button
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Arafa::Whatsapp::MessageBody::Interactive::Button
- Defined in:
- lib/arafa/whatsapp/message_body.rb
Overview
One tappable button: {id, title}.
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
59 60 61 |
# File 'lib/arafa/whatsapp/message_body.rb', line 59 def to_h { id: id, title: title } end |