module DragonpayRails

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/dragonpay_rails.rb, line 14
def self.configure
  yield configuration
end
pay_now() { |payment| ... } click to toggle source
# File lib/dragonpay_rails.rb, line 22
def self.pay_now
  yield payment
end
payment() click to toggle source
# File lib/dragonpay_rails.rb, line 18
def self.payment
  @payment ||= Payment.new
end