Class: Outhad::Integrations::Protocol::SyncConfig

Inherits:
ProtocolModel
  • Object
show all
Defined in:
lib/outhad/integrations/protocol/protocol.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ProtocolModel

from_json

Methods included from Core::Utils

#build_catalog, #build_stream, #convert_to_json_schema, #create_log_message, #extract_data, #handle_exception, #hash_to_string, #keys_to_symbols, #log_request_response, #logger, #map_type_to_json_schema, #report_exception, #success?

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



169
170
171
# File 'lib/outhad/integrations/protocol/protocol.rb', line 169

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



169
170
171
# File 'lib/outhad/integrations/protocol/protocol.rb', line 169

def offset
  @offset
end

#sync_run_idObject

Returns the value of attribute sync_run_id.



169
170
171
# File 'lib/outhad/integrations/protocol/protocol.rb', line 169

def sync_run_id
  @sync_run_id
end