class Transbank::Oneclick::Configuration

Attributes

cert_path[RW]
http_options[RW]
key_path[RW]
rescue_exceptions[RW]
server_cert_path[RW]
url[RW]

Public Class Methods

new() click to toggle source
# File lib/transbank/oneclick/configuration.rb, line 11
def initialize
  self.rescue_exceptions = [Net::ReadTimeout, Timeout::Error, Errno::EINVAL, Errno::ECONNRESET, EOFError, Net::HTTPBadGateway,
                            Net::HTTPBadResponse, Net::HTTPHeaderSyntaxError, Net::ProtocolError]
  self.http_options = {}
end