module RubyBranch

Constants

BRANCH_API_ENDPOINT
VERSION

Attributes

config[W]

Public Class Methods

config() click to toggle source
# File lib/ruby_branch.rb, line 22
def self.config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/ruby_branch.rb, line 30
def self.configure
  yield(config)
end
reset() click to toggle source
# File lib/ruby_branch.rb, line 26
def self.reset
  @config = Config.new
end