Class: ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection
- Inherits:
-
Connection
- Object
- Connection
- ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection
- Defined in:
- lib/active_merchant/billing/gateways/merchant_one.rb
Constant Summary
Constants inherited from Connection
Connection::CA_FILE, Connection::CA_PATH, Connection::MAX_RETRIES, Connection::MIN_VERSION, Connection::OPEN_TIMEOUT, Connection::READ_TIMEOUT, Connection::RETRY_SAFE, Connection::RUBY_184_POST_HEADERS, Connection::VERIFY_PEER
Constants included from NetworkConnectionRetries
NetworkConnectionRetries::DEFAULT_CONNECTION_ERRORS, NetworkConnectionRetries::DEFAULT_RETRIES
Instance Attribute Summary
Attributes inherited from Connection
#ca_file, #ca_path, #endpoint, #ignore_http_status, #logger, #max_retries, #max_version, #min_version, #open_timeout, #pem, #pem_password, #proxy_address, #proxy_port, #read_timeout, #ssl_connection, #ssl_version, #tag, #verify_peer, #wiredump_device
Instance Method Summary collapse
Methods inherited from Connection
Methods included from NetworkConnectionRetries
included, log, #retry_exceptions
Constructor Details
This class inherits a constructor from ActiveMerchant::Connection
Instance Method Details
#configure_ssl(http) ⇒ Object
8 9 10 11 |
# File 'lib/active_merchant/billing/gateways/merchant_one.rb', line 8 def configure_ssl(http) super(http) http.use_ssl = true end |