Class: Workato::Connector::Sdk::ProhibitedStreams Private

Inherits:
Streams
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/workato/connector/sdk/streams.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from Streams

#[]

Constructor Details

#initializevoid

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



62
63
64
65
66
# File 'lib/workato/connector/sdk/streams.rb', line 62

def initialize
  @streams = Hash.new do
    raise 'Streams are not available in this context. Access streams in actions or triggers'
  end
end