module Brickwall::API

Public Class Methods

url(fragment) click to toggle source
# File lib/brickwall/api.rb, line 3
def self.url(fragment)
  "https://api.paymentwall.com/api/brick/#{fragment}"
end