Class: Arafa::Whatsapp::MessageBody::Interactive::Button

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/arafa/whatsapp/message_body.rb

Overview

One tappable button: {id, title}.

Instance Method Summary collapse

Instance Method Details

#to_hObject



59
60
61
# File 'lib/arafa/whatsapp/message_body.rb', line 59

def to_h
  { id: id, title: title }
end