module B2W

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/b2w.rb, line 14
def self.config
  @config
end
config!(config) click to toggle source
# File lib/b2w.rb, line 10
def self.config!(config)
  @config = config
end