Class: Multiwoven::Integrations::Protocol::IncrementStrategyConfig
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Multiwoven::Integrations::Protocol::IncrementStrategyConfig
- Defined in:
- lib/multiwoven/integrations/protocol/protocol.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#limit_variable ⇒ Object
Returns the value of attribute limit_variable.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#offset_variable ⇒ Object
Returns the value of attribute offset_variable.
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, #hash_to_string, #keys_to_symbols, #log_request_response, #logger, #map_type_to_json_schema, #report_exception, #success?
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
169 170 171 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 169 def limit @limit end |
#limit_variable ⇒ Object
Returns the value of attribute limit_variable.
169 170 171 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 169 def limit_variable @limit_variable end |
#offset ⇒ Object
Returns the value of attribute offset.
169 170 171 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 169 def offset @offset end |
#offset_variable ⇒ Object
Returns the value of attribute offset_variable.
169 170 171 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 169 def offset_variable @offset_variable end |