module Momoapi

Configurations are set up in this file for a user's MTN MoMo API user credentials

Error handling for unsuccessful responses from the MTN Momo API

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/momoapi-ruby.rb, line 23
def self.configure
  yield(config)
end
reset() click to toggle source
# File lib/momoapi-ruby.rb, line 19
def self.reset
  @config = Config.new
end