Sha256: 5ca9ff43b69ff0ab0e20ee419b95f9385c17485b223d17a1a99ba6ed468bfa24
Contents?: true
Size: 604 Bytes
Versions: 4
Compression:
Stored size: 604 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class AgentIngressCertStatus 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