Sha256: 3d408f88efc9365f9815b93c8236df9b47d675300fe83ba2f3c7db96b750f14c

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

# This gem wraps the current Netaxept REST api in a nice fashion
#
# Author::    Håkon Lerring (mailto:hakon@powow.no)
# Copyright:: Copyright © 2011 Powow AS
# License::   TODO!

module Netaxept
  autoload :Version, "netaxept/version"
  autoload :Service, "netaxept/service"
  autoload :Configuration, "netaxept/configuration"
  autoload :ErrorMessage, "netaxept/error_message"
  
  module Responses
    
    autoload :Response, "netaxept/responses/response"
    autoload :RegisterResponse, "netaxept/responses/register_response"
    autoload :SaleResponse, "netaxept/responses/sale_response"
    autoload :AuthResponse, "netaxept/responses/auth_response"
    autoload :CaptureResponse, "netaxept/responses/capture_response"
    
    autoload :CreditResponse, "netaxept/responses/credit_response"
    autoload :AnnulResponse, "netaxept/responses/annul_response"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
netaxept-0.2.0 lib/netaxept.rb