Sha256: b7ff0111d2329ede30d3188cf5918f08280ae744aa7ba58cc8cd11aef6e02300
Contents?: true
Size: 1 KB
Versions: 13
Compression:
Stored size: 1 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # frozen_string_literal: true module Twilio module REST class MarketplaceBase < Domain ## # Initialize marketplace domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://marketplace.twilio.com" @host = "marketplace.twilio.com" @port = 443 @v1 = nil end def v1 @v1 ||= Marketplace::V1.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Marketplace::V1>'; end end end end
Version data entries
13 entries across 13 versions & 1 rubygems