Sha256: c7c63cb52c0a14c6c3422b4f2c761f158452f194a3ae239ddee72ec2d32b9ca3
Contents?: true
Size: 503 Bytes
Versions: 3
Compression:
Stored size: 503 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Models class EventSourceReplace attr_reader :client, :attrs, :type def initialize(client: nil, attrs: {}) @client = client @attrs = attrs @type = @attrs['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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ngrok-api-0.24.0 | lib/ngrokapi/models/event_source_replace.rb |
ngrok-api-0.23.0 | lib/ngrokapi/models/event_source_replace.rb |
ngrok-api-0.22.0 | lib/ngrokapi/models/event_source_replace.rb |