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