Class: YandexMoney::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/yandex_money/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



21
22
23
24
# 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

Instance Attribute Details

#money_urlObject

Returns the value of attribute money_url.



19
20
21
# File 'lib/yandex_money/config.rb', line 19

def money_url
  @money_url
end

#sp_money_urlObject

Returns the value of attribute sp_money_url.



19
20
21
# File 'lib/yandex_money/config.rb', line 19

def sp_money_url
  @sp_money_url
end