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