Sha256: 4eb841ffbc425e5cddb95c2861f38ec159166cc99dac000521286c3bd40e21fa
Contents?: true
Size: 1.08 KB
Versions: 47
Compression:
Stored size: 1.08 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # frozen_string_literal: true module Twilio module REST class IpMessagingBase < Domain ## # Initialize ipMessaging domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://ip-messaging.twilio.com" @host = "ip-messaging.twilio.com" @port = 443 @v1 = nil @v2 = nil end def v1 @v1 ||= IpMessaging::V1.new self end def v2 @v2 ||= IpMessaging::V2.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::IpMessaging>'; end end end end
Version data entries
47 entries across 47 versions & 2 rubygems