Method: Verify2::Channels::WhatsApp#initialize

Defined in:
lib/vonage/verify2/channels/whats_app.rb

#initialize(to:, from:) ⇒ WhatsApp

Returns a new instance of WhatsApp.



10
11
12
13
14
# File 'lib/vonage/verify2/channels/whats_app.rb', line 10

def initialize(to:, from:)
  self.channel = 'whatsapp'
  self.to = to
  self.from = from
end