Class: Swt3Ai::WitnessConfig
- Inherits:
-
Struct
- Object
- Struct
- Swt3Ai::WitnessConfig
- Defined in:
- lib/swt3_ai/types.rb
Overview
Configuration for a Witness client.
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
Returns the value of attribute agent_id.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#buffer_size ⇒ Object
Returns the value of attribute buffer_size.
-
#clearing_level ⇒ Object
Returns the value of attribute clearing_level.
-
#cycle_id ⇒ Object
Returns the value of attribute cycle_id.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#flush_interval ⇒ Object
Returns the value of attribute flush_interval.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#policy_version ⇒ Object
Returns the value of attribute policy_version.
-
#signing_key ⇒ Object
Returns the value of attribute signing_key.
-
#tenant_id ⇒ Object
Returns the value of attribute tenant_id.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def agent_id @agent_id end |
#api_key ⇒ Object
Returns the value of attribute api_key
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def api_key @api_key end |
#buffer_size ⇒ Object
Returns the value of attribute buffer_size
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def buffer_size @buffer_size end |
#clearing_level ⇒ Object
Returns the value of attribute clearing_level
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def clearing_level @clearing_level end |
#cycle_id ⇒ Object
Returns the value of attribute cycle_id
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def cycle_id @cycle_id end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def endpoint @endpoint end |
#flush_interval ⇒ Object
Returns the value of attribute flush_interval
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def flush_interval @flush_interval end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def max_retries @max_retries end |
#policy_version ⇒ Object
Returns the value of attribute policy_version
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def policy_version @policy_version end |
#signing_key ⇒ Object
Returns the value of attribute signing_key
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def signing_key @signing_key end |
#tenant_id ⇒ Object
Returns the value of attribute tenant_id
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def tenant_id @tenant_id end |
#timeout ⇒ Object
Returns the value of attribute timeout
21 22 23 |
# File 'lib/swt3_ai/types.rb', line 21 def timeout @timeout end |