Sha256: f2d6d6a4af63c33accb3e2050f862e52968fa48b8d0ae05729dffccdee85d72b

Contents?: true

Size: 454 Bytes

Versions: 47

Compression:

Stored size: 454 Bytes

Contents

module Twilio
  module REST
    class Trunking < TrunkingBase
      ##
      # @param [String] sid The unique string that we created to identify the Trunk
      #   resource.
      # @return [Twilio::REST::Trunking::V1::TrunkInstance] if sid was passed.
      # @return [Twilio::REST::Trunking::V1::TrunkList]
      def trunks(sid=:unset)
        warn "trunks is deprecated. Use v1.trunks instead."
        self.v1.trunks(sid)
      end
    end
  end
end

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
whoosh-ruby-0.1.2 lib/twilio-ruby/rest/trunking.rb
twilio-ruby-6.0.1 lib/twilio-ruby/rest/trunking.rb
whoosh-ruby-0.1.1 lib/twilio-ruby/rest/trunking.rb
twilio-ruby-6.0.0 lib/twilio-ruby/rest/trunking.rb
twilio-ruby-6.0.0.pre.rc.3 lib/twilio-ruby/rest/trunking.rb
twilio-ruby-6.0.0.pre.rc.2 lib/twilio-ruby/rest/trunking.rb
twilio-ruby-6.0.0.pre.rc.1 lib/twilio-ruby/rest/trunking.rb