module Paymo

Constants

API_ENDPOINT
VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/paymo.rb, line 18
def self.configure
  self.config ||= Configuration.new
  yield(config)
end