Class: Etl::Integrations::Protocol::SyncConfig
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Etl::Integrations::Protocol::SyncConfig
- Defined in:
- lib/etl/integrations/protocol/protocol.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Method Summary
Methods inherited from ProtocolModel
Methods included from Core::Utils
#build_catalog, #build_stream, #convert_to_json_schema, #create_log_message, #extract_data, #handle_exception, #keys_to_symbols, #logger, #map_type_to_json_schema, #success?
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
166 167 168 |
# File 'lib/etl/integrations/protocol/protocol.rb', line 166 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
166 167 168 |
# File 'lib/etl/integrations/protocol/protocol.rb', line 166 def offset @offset end |