Sha256: ad41bb7163b85e3f990bd38a8b49fa42067bebcd7c267aa5f47314e11d0f93dc
Contents?: true
Size: 1.4 KB
Versions: 17
Compression:
Stored size: 1.4 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Twilio - Oauth # 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 Oauth class V1 < Version ## # Initialize the V1 version of Oauth def initialize(domain) super @version = 'v1' @authorize = nil @token = nil end ## # @return [Twilio::REST::Oauth::V1::AuthorizeList] def authorize @authorize ||= AuthorizeList.new self end ## # @return [Twilio::REST::Oauth::V1::TokenList] def token @token ||= TokenList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Oauth::V1>'; end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems