Sha256: facde3ac9ca2d35db01f2f85161dd72abfcffba93e5aee17a3aa42ac273dac59
Contents?: true
Size: 180 Bytes
Versions: 4
Compression:
Stored size: 180 Bytes
Contents
module Twilio module REST class CredentialProvider attr_accessor :auth_type def initialize(auth_type) @auth_type = auth_type end end end end
Version data entries
4 entries across 4 versions & 1 rubygems