Sha256: fea571b07013c54adbdf0e383532577e23f770928d96ff83c4a6845c9d17149d

Contents?: true

Size: 606 Bytes

Versions: 4

Compression:

Stored size: 606 Bytes

Contents

# frozen_string_literal: true

# Code generated for API Clients. DO NOT EDIT.

module NgrokAPI
  module Models
    class ReservedDomainCertPolicy
      attr_reader :client,
        :attrs,
        :authority,
        :private_key_type

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

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