class Mailpeek::Configuration
Public: Stores config info for Mailpeek
Attributes
limit[RW]
location[RW]
Public Class Methods
new()
click to toggle source
# File lib/mailpeek/configuration.rb, line 8 def initialize @location = Dir.mktmpdir('mailpeek') @limit = 50 end