class Conekticut::SSLCert

Public Class Methods

new(path = nil) click to toggle source
# File lib/conekticut/sslcert.rb, line 6
def initialize(path = nil)
  @ssl_path = path || Conekticut::Client::Base.ssl_cert_path
end

Public Instance Methods

to_path() click to toggle source
# File lib/conekticut/sslcert.rb, line 10
def to_path
  @ssl_path.to_s
end