Class: YandexMoney::Config
- Inherits:
-
Object
- Object
- YandexMoney::Config
- Defined in:
- lib/yandex_money/config.rb
Instance Attribute Summary collapse
-
#money_url ⇒ Object
Returns the value of attribute money_url.
-
#sp_money_url ⇒ Object
Returns the value of attribute sp_money_url.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_url ⇒ Object
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_url ⇒ Object
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 |