class YandexMoney::Config

Attributes

money_url[RW]
sp_money_url[RW]

Public Class Methods

new() click to toggle source
# File lib/yandex_money/config.rb, line 21
def initialize
  @money_url = "https://money.yandex.ru"
  @sp_money_url = "https://sp-money.yandex.ru"
end