module Elrond::Api

Constants

VERSION

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/elrond/api.rb, line 24
def configuration
  @configuration ||= ::Elrond::Api::Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/elrond/api.rb, line 32
def configure
  yield(configuration)
end
reset() click to toggle source
# File lib/elrond/api.rb, line 28
def reset
  @configuration = ::Elrond::Api::Configuration.new
end