module Round

Establish the namespace.

Constants

API_TOKEN
MAINNET_URL
SANDBOX_URL
SUBSCRIPTION_TOKEN
TOTP_SECRET
VERSION

Public Class Methods

client(url = MAINNET_URL) click to toggle source
# File lib/round/client.rb, line 10
def self.client(url = MAINNET_URL)
  @patchboard ||= ::Patchboard.discover(url) { Client::Context.new }
  Client.new(@patchboard.spawn)
end