Method: Verify2::Channels::WhatsAppInteractive#initialize
- Defined in:
- lib/vonage/verify2/channels/whats_app_interactive.rb
#initialize(to:) ⇒ WhatsAppInteractive
Returns a new instance of WhatsAppInteractive.
10 11 12 13 |
# File 'lib/vonage/verify2/channels/whats_app_interactive.rb', line 10 def initialize(to:) self.channel = 'whatsapp_interactive' self.to = to end |