module DbBlaster
Top-level module that serves as an entry point into the engine gem
publish records to SNS topic
frozen_string_literal: true
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/db_blaster.rb, line 24 def configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/db_blaster.rb, line 28 def configure yield(configuration) end