Class: PulsarSdk::Options::Tls

Inherits:
Base
  • Object
show all
Defined in:
lib/pulsar_sdk/options/tls.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Tweaks::AssignAttributes

#assign_attributes, #initialize

Methods included from Tweaks::CleanInspect

#inspect

Instance Attribute Details

#allow_insecure_connectionObject

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_pathObject

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_hostnameObject

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