Method: Twilio::REST::IpMessaging::V1#initialize
- Defined in:
- lib/twilio-ruby/rest/ip_messaging/v1.rb
#initialize(domain) ⇒ V1
Initialize the V1 version of IpMessaging
21 22 23 24 25 26 |
# File 'lib/twilio-ruby/rest/ip_messaging/v1.rb', line 21 def initialize(domain) super @version = 'v1' @credentials = nil @services = nil end |