Sha256: 57ac2e39d666944a79b1bf9d7bb33b0ebe4b5215cd1e7eb1d55a3f525dac8ee4

Contents?: true

Size: 207 Bytes

Versions: 4

Compression:

Stored size: 207 Bytes

Contents

module Soteria

  def self.client(cert_file, cert_key_file, password, should_log)
    Client.new(cert_file, cert_key_file, password, should_log)
  end

end

require "soteria/version"
require "soteria/client"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soteria-1.0.4 lib/soteria.rb
soteria-1.0.3 lib/soteria.rb
soteria-1.0.2 lib/soteria.rb
soteria-1.0.0 lib/soteria.rb