Skip to content

Commit

Permalink
Adjust attr readers
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas authored Dec 23, 2024
1 parent 194b91d commit e99b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/temporal/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Configuration
Connection = Struct.new(:type, :host, :port, :credentials, :identity, :converter, :connection_options, keyword_init: true)
Execution = Struct.new(:namespace, :task_queue, :timeouts, :headers, :search_attributes, keyword_init: true)

attr_reader :timeouts, :error_handlers
attr_reader :timeouts, :error_handlers, :capabilities, :payload_codec
attr_writer :credentials
attr_accessor :connection_type, :converter, :use_error_serialization_v2, :host, :port, :identity,
:logger, :metrics_adapter, :namespace, :task_queue, :headers, :search_attributes, :header_propagators,
Expand Down

0 comments on commit e99b324

Please sign in to comment.