Sha256: a86ead3d500e197d5f777072abe0a01a52ba178d2492cd69122ed9c5bd840fe1
Contents?: true
Size: 544 Bytes
Versions: 4
Compression:
Stored size: 544 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class IdentityProvider attr_reader :client, :attrs, :name, :url def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @name = @attrs['name'] @url = @attrs['url'] 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