Class: Multiwoven::Integrations::Protocol::SyncConfig

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from ProtocolModel

from_json

Methods included from Core::Utils

#convert_to_json_schema, #create_log_message, #extract_data, #handle_exception, #keys_to_symbols, #logger, #map_type_to_json_schema, #success?

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



133
134
135
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 133

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



133
134
135
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 133

def offset
  @offset
end