class MailRobber::Configuration

Attributes

block_delivery[RW]
enabled[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/mail_robber/config.rb, line 15
def initialize
  @token = nil
  @enabled = true
  @block_delivery = false
end