class Savon::GlobalOptions

Public Instance Methods

ssl_plcs_file(ssl_plcs_file) click to toggle source
# File lib/nfedobrasil/monkey_patches.rb, line 5
def ssl_plcs_file(ssl_plcs_file)
  @options[:ssl_plcs_file] = ssl_plcs_file
end
ssl_plcs_password(ssl_plcs_password) click to toggle source
# File lib/nfedobrasil/monkey_patches.rb, line 9
def ssl_plcs_password(ssl_plcs_password)
  @options[:ssl_plcs_password] = ssl_plcs_password
end