Sha256: fb862c305cda79dc2f1ae083cc50c3340571e1d40f8bdbacc4e6b921bd6db5ac
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 ReservedDomainCertStatus attr_reader :client, :attrs, :renews_at, :provisioning_job def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @renews_at = @attrs['renews_at'] @provisioning_job = @attrs['provisioning_job'] 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