module Przelewy24
Constants
- VERSION
Attributes
config[W]
Public Class Methods
config()
click to toggle source
# File lib/rails4-przelewy24.rb, line 9 def self.config @config ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/rails4-przelewy24.rb, line 13 def self.configure yield(config) if block_given? end