class PropayClient::Configuration

Attributes

api_key[RW]
endpoint[RW]

Public Class Methods

new() click to toggle source
# File lib/propay_client/configuration.rb, line 5
def initialize
  @endpoint = nil
  @api_key = nil
end