Sha256: c27730d6bce524deb5cce42c17660243491620b2812f652903c7a1b59b4b010b

Contents?: true

Size: 510 Bytes

Versions: 3

Compression:

Stored size: 510 Bytes

Contents

# frozen_string_literal: true

# Code generated for API Clients. DO NOT EDIT.

module NgrokAPI
  module Models
    class StaticBackendTLS
      attr_reader :client,
        :attrs,
        :enabled

      def initialize(client: nil, attrs: {})
        @client = client
        @attrs = attrs
        @enabled = @attrs['enabled']
      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

3 entries across 3 versions & 1 rubygems

Version Path
ngrok-api-0.24.0 lib/ngrokapi/models/static_backend_tls.rb
ngrok-api-0.23.0 lib/ngrokapi/models/static_backend_tls.rb
ngrok-api-0.22.0 lib/ngrokapi/models/static_backend_tls.rb