Sha256: 78f7c455ad7e4cf22acd973b25b2519621adfd61182b3ad17b543f0e6359309a
Contents?: true
Size: 695 Bytes
Versions: 4
Compression:
Stored size: 695 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class ReservedDomainCertJob attr_reader :client, :attrs, :error_code, :msg, :started_at, :retries_at def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @error_code = @attrs['error_code'] @msg = @attrs['msg'] @started_at = @attrs['started_at'] @retries_at = @attrs['retries_at'] 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