module SaasPayments
Constants
- VERSION
Attributes
config[R]
Public Class Methods
configure() { |config| ... }
click to toggle source
# File lib/saas_payments.rb, line 10 def configure @config = Configuration.new yield config end
included(base)
click to toggle source
# File lib/saas_payments/engine.rb, line 8 def self.included(base) base.extend(ClassMethods) end