Sha256: 8d996c38600a22901b8c3574001e46c468ba91b99452b16797dd4bc456c853e5
Contents?: true
Size: 1.79 KB
Versions: 19
Compression:
Stored size: 1.79 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Twilio - Accounts # 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 Accounts class V1 < Version ## # Initialize the V1 version of Accounts def initialize(domain) super @version = 'v1' @auth_token_promotion = nil @credentials = nil @secondary_auth_token = nil end ## # @return [Twilio::REST::Accounts::V1::authTokenPromotionContext] def auth_token_promotion @auth_token_promotion ||= AuthTokenPromotionContext.new self end ## # @return [Twilio::REST::Accounts::V1::CredentialList] def credentials @credentials ||= CredentialList.new self end ## # @return [Twilio::REST::Accounts::V1::secondaryAuthTokenContext] def secondary_auth_token @secondary_auth_token ||= SecondaryAuthTokenContext.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Accounts::V1>'; end end end end end
Version data entries
19 entries across 19 versions & 2 rubygems