Sha256: 7d39677c8f2bc2a8b137653290262c9fc68e82bba05c59980782f59da102f6ab
Contents?: true
Size: 1.06 KB
Versions: 53
Compression:
Stored size: 1.06 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 FlexApiBase < Domain ## # Initialize flexApi domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://flex-api.twilio.com" @host = "flex-api.twilio.com" @port = 443 @v1 = nil @v2 = nil end def v1 @v1 ||= FlexApi::V1.new self end def v2 @v2 ||= FlexApi::V2.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::FlexApi>'; end end end end
Version data entries
53 entries across 53 versions & 2 rubygems