module Payhere
Configurations are set up in this file for a user's Payhere
API user credentials
Constants
- VERSION
Attributes
config[RW]
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/payhere-sdk.rb, line 21 def self.configure yield(config) end
reset()
click to toggle source
# File lib/payhere-sdk.rb, line 17 def self.reset @config = Config.new end