module Payture::Ewallet

Constants

VERSION

Public Class Methods

client(**args) click to toggle source
# File lib/payture/ewallet.rb, line 27
def self.client(**args)
  Client.new(**args)
end