class CardConnect::Configuration
Attributes
api_password[RW]
api_username[RW]
connection_options[RW]
endpoint[RW]
merchant_id[RW]
Attributes that need to be passed in from the user
Public Class Methods
new()
click to toggle source
# File lib/cardconnect/configuration.rb, line 10 def initialize @connection_options = {} end