Class: PulsarSdk::Options::Tls
- Defined in:
- lib/pulsar_sdk/options/tls.rb
Instance Attribute Summary collapse
-
#allow_insecure_connection ⇒ Object
Returns the value of attribute allow_insecure_connection.
-
#trust_certs_file_path ⇒ Object
Returns the value of attribute trust_certs_file_path.
-
#validate_hostname ⇒ Object
Returns the value of attribute validate_hostname.
Method Summary
Methods included from Tweaks::AssignAttributes
#assign_attributes, #initialize
Methods included from Tweaks::CleanInspect
Instance Attribute Details
#allow_insecure_connection ⇒ Object
Returns the value of attribute allow_insecure_connection.
4 5 6 |
# File 'lib/pulsar_sdk/options/tls.rb', line 4 def allow_insecure_connection @allow_insecure_connection end |
#trust_certs_file_path ⇒ Object
Returns the value of attribute trust_certs_file_path.
4 5 6 |
# File 'lib/pulsar_sdk/options/tls.rb', line 4 def trust_certs_file_path @trust_certs_file_path end |
#validate_hostname ⇒ Object
Returns the value of attribute validate_hostname.
4 5 6 |
# File 'lib/pulsar_sdk/options/tls.rb', line 4 def validate_hostname @validate_hostname end |