Class: Puma::MiniSSL::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/puma/minissl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certObject

Returns the value of attribute cert.



87
88
89
# File 'lib/puma/minissl.rb', line 87

def cert
  @cert
end

#keyObject

Returns the value of attribute key.



86
87
88
# File 'lib/puma/minissl.rb', line 86

def key
  @key
end

#verify_modeObject

Returns the value of attribute verify_mode.



84
85
86
# File 'lib/puma/minissl.rb', line 84

def verify_mode
  @verify_mode
end