module Upay
Constants
- PAYMENTS_API_URL
- REPORTS_API_URL
- VERSION
Public Class Methods
account_id()
click to toggle source
# File lib/upay.rb, line 52 def self.account_id; @account_id end
account_id=(account_id)
click to toggle source
# File lib/upay.rb, line 53 def self.account_id=(account_id) @account_id = account_id end
api_key()
click to toggle source
# File lib/upay.rb, line 57 def self.api_key; @api_key end
api_key=(api_key)
click to toggle source
# File lib/upay.rb, line 58 def self.api_key=(api_key) @api_key = api_key end
api_login()
click to toggle source
# File lib/upay.rb, line 62 def self.api_login; @api_login end
api_login=(api_login)
click to toggle source
# File lib/upay.rb, line 63 def self.api_login=(api_login) @api_login = api_login end
config() { |self| ... }
click to toggle source
# File lib/upay.rb, line 43 def self.config yield self end
lang()
click to toggle source
# File lib/upay.rb, line 72 def self.lang; @lang end
lang=(lang)
click to toggle source
# File lib/upay.rb, line 73 def self.lang=(lang) @lang = lang end
logger()
click to toggle source
# File lib/upay.rb, line 77 def self.logger; @logger end
logger=(logger)
click to toggle source
# File lib/upay.rb, line 78 def self.logger=(logger) @logger = logger end
merchant_id()
click to toggle source
# File lib/upay.rb, line 47 def self.merchant_id; @merchant_id end
merchant_id=(merchant_id)
click to toggle source
# File lib/upay.rb, line 48 def self.merchant_id=(merchant_id) @merchant_id = merchant_id end
notifyUrl()
click to toggle source
# File lib/upay.rb, line 82 def self.notifyUrl; @notifyUrl end
notifyUrl=(notifyUrl)
click to toggle source
# File lib/upay.rb, line 83 def self.notifyUrl=(notifyUrl) @notifyUrl = notifyUrl end
test()
click to toggle source
# File lib/upay.rb, line 67 def self.test; @test end
test=(test)
click to toggle source
# File lib/upay.rb, line 68 def self.test=(test) @test = test end