module PostmarkMailer
Null object for MessageDelivery
. Follows the same interface but performs no deliveries.
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/postmark_mailer.rb, line 13 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/postmark_mailer.rb, line 17 def self.configure yield(configuration) end