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.
-
#jurisdiction ⇒ Object
Returns the value of attribute jurisdiction.
-
#legal_basis ⇒ Object
Returns the value of attribute legal_basis.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#policy_version ⇒ Object
Returns the value of attribute policy_version.
-
#purpose_class ⇒ Object
Returns the value of attribute purpose_class.
-
#signing_key ⇒ Object
Returns the value of attribute signing_key.
-
#signing_key_id ⇒ Object
Returns the value of attribute signing_key_id.
-
#signing_key_version ⇒ Object
Returns the value of attribute signing_key_version.
-
#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
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def agent_id @agent_id end |
#api_key ⇒ Object
Returns the value of attribute api_key
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def api_key @api_key end |
#buffer_size ⇒ Object
Returns the value of attribute buffer_size
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def buffer_size @buffer_size end |
#clearing_level ⇒ Object
Returns the value of attribute clearing_level
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def clearing_level @clearing_level end |
#cycle_id ⇒ Object
Returns the value of attribute cycle_id
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def cycle_id @cycle_id end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def endpoint @endpoint end |
#flush_interval ⇒ Object
Returns the value of attribute flush_interval
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def flush_interval @flush_interval end |
#jurisdiction ⇒ Object
Returns the value of attribute jurisdiction
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def jurisdiction @jurisdiction end |
#legal_basis ⇒ Object
Returns the value of attribute legal_basis
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def legal_basis @legal_basis end |
#max_retries ⇒ Object
Returns the value of attribute max_retries
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def max_retries @max_retries end |
#policy_version ⇒ Object
Returns the value of attribute policy_version
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def policy_version @policy_version end |
#purpose_class ⇒ Object
Returns the value of attribute purpose_class
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def purpose_class @purpose_class end |
#signing_key ⇒ Object
Returns the value of attribute signing_key
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def signing_key @signing_key end |
#signing_key_id ⇒ Object
Returns the value of attribute signing_key_id
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def signing_key_id @signing_key_id end |
#signing_key_version ⇒ Object
Returns the value of attribute signing_key_version
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def signing_key_version @signing_key_version end |
#tenant_id ⇒ Object
Returns the value of attribute tenant_id
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def tenant_id @tenant_id end |
#timeout ⇒ Object
Returns the value of attribute timeout
24 25 26 |
# File 'lib/swt3_ai/types.rb', line 24 def timeout @timeout end |