module YandexMoney

Attributes

config[W]

Public Class Methods

config() click to toggle source
# File lib/yandex_money/config.rb, line 5
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/yandex_money/config.rb, line 9
def configure
  yield(config)
end
reset_config() click to toggle source
# File lib/yandex_money/config.rb, line 13
def reset_config
  @config = Config.new
end