Sha256: 4e5dfdaab59dbd040e3020cd19b3f1bd7ad5933849f0412ffdba70a629eab825
Contents?: true
Size: 1.21 KB
Versions: 33
Compression:
Stored size: 1.21 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Twilio - Flex # This is the public Twilio REST API. # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # module Twilio module REST class FlexApi class V2 < Version ## # Initialize the V2 version of FlexApi def initialize(domain) super @version = 'v2' @web_channels = nil end ## # @return [Twilio::REST::FlexApi::V2::WebChannelsList] def web_channels @web_channels ||= WebChannelsList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::FlexApi::V2>'; end end end end end
Version data entries
33 entries across 33 versions & 2 rubygems