module Soteria
Constants
- VERSION
Version that the gem is on.
Public Class Methods
client(cert_file, cert_key_file, password, should_log)
click to toggle source
# File lib/soteria.rb, line 3 def self.client(cert_file, cert_key_file, password, should_log) Client.new(cert_file, cert_key_file, password, should_log) end