Sha256: 5c7155483bbd5d8146dec2f35e7d2cee5e472ca5f3194f9f8e50963336c144ff
Contents?: true
Size: 614 Bytes
Versions: 4
Compression:
Stored size: 614 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class EndpointMutualTLS attr_reader :client, :attrs, :enabled, :certificate_authorities def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @enabled = @attrs['enabled'] @certificate_authorities = @attrs['certificate_authorities'] end def ==(other) @attrs == other.attrs end def to_s @attrs.to_s end def to_h @attrs.to_h end end end end
Version data entries
4 entries across 4 versions & 1 rubygems