Sha256: 62447ca5baa8ff0859b185b5029469110b1ea04b540903d03f9b7bc7a6144c5d
Contents?: true
Size: 589 Bytes
Versions: 4
Compression:
Stored size: 589 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class EndpointTLSTerminationAtEdge attr_reader :client, :attrs, :enabled, :min_version def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @enabled = @attrs['enabled'] @min_version = @attrs['min_version'] 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