module Mnam

Constants

DEV_NETWORK_ADDRESS
MAIN_NETWORK_ADDRESS
MAJOR

Current major release.

MINOR

Current minor release.

PATCH

Current patch level.

VERSION

Full release version.

Public Class Methods

client() click to toggle source
# File lib/mnam.rb, line 7
def client
  return @client if defined?(@client) && @client.same_options?(options)
  @client = Mnam::Client.new(options)
end