Sha256: f840522aaf1b592174d48a05b85e30b87a5d288b99a0443c98c2d5f0054c701f
Contents?: true
Size: 270 Bytes
Versions: 4
Compression:
Stored size: 270 Bytes
Contents
module TD::Types # An authentication code is delivered via a phone call to the specified phone number. # # @attr length [Integer] Length of the code. class AuthenticationCodeType::Call < AuthenticationCodeType attribute :length, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems