module EmailData
Constants
- VERSION
Public Class Methods
data_dir()
click to toggle source
# File lib/email_data.rb, line 34 def self.data_dir Pathname.new(File.expand_path("../data", __dir__)) end
source()
click to toggle source
# File lib/email_data.rb, line 30 def self.source @source end
source=(source)
click to toggle source
# File lib/email_data.rb, line 26 def self.source=(source) @source = source end