Module: EmailData
- Extended by:
- Forwardable
- Defined in:
- lib/email_data.rb,
lib/email_data/version.rb,
lib/email_data/source/file_system.rb,
lib/email_data/source/active_record.rb
Defined Under Namespace
Modules: Source
Constant Summary collapse
- VERSION =
"1776559201.0.0"
Class Method Summary collapse
Class Method Details
.data_dir ⇒ Object
36 37 38 |
# File 'lib/email_data.rb', line 36 def self.data_dir Pathname.new(File.("../data", __dir__)) end |
.source ⇒ Object
32 33 34 |
# File 'lib/email_data.rb', line 32 def self.source @source end |
.source=(source) ⇒ Object
28 29 30 |
# File 'lib/email_data.rb', line 28 def self.source=(source) @source = source end |