Sha256: e8ef3b6e0898942085c5beb65fb51464dab3ee1fc3ed79bd9de6bd85cf616bbf
Contents?: true
Size: 813 Bytes
Versions: 3
Compression:
Stored size: 813 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class FlexApi < Domain ## # Initialize the FlexApi Domain def initialize(twilio) super @base_url = 'https://flex-api.twilio.com' @host = 'flex-api.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of flex_api def v1 @v1 ||= V1.new self end ## # @return [Twilio::REST::Flex_api::V1::ConfigurationInstance] def configuration self.v1.configuration() end ## # Provide a user friendly representation def to_s '#<Twilio::REST::FlexApi>' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.21.1 | lib/twilio-ruby/rest/flex_api.rb |
twilio-ruby-5.21.0 | lib/twilio-ruby/rest/flex_api.rb |
twilio-ruby-5.20.1 | lib/twilio-ruby/rest/flex_api.rb |