Sha256: 97eb0b3f8bbf14bd36becbe8093919e8c348c7bc9a3a4e30b5c9435512b223c1
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
require 'webpay_by/version' module WebpayBy autoload :Client, 'webpay_by/client' autoload :Confirmation, 'webpay_by/confirmation' autoload :ConfirmationResponse, 'webpay_by/confirmation_response' autoload :Form, 'webpay_by/form' autoload :Item, 'webpay_by/item' autoload :Request, 'webpay_by/request' autoload :Response, 'webpay_by/response' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webpay_by-0.0.1 | lib/webpay_by.rb |