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 =
"1727569771.0.0"
Class Method Summary collapse
Class Method Details
.data_dir ⇒ Object
35 36 37 |
# File 'lib/email_data.rb', line 35 def self.data_dir Pathname.new(File.("../data", __dir__)) end |
.source ⇒ Object
31 32 33 |
# File 'lib/email_data.rb', line 31 def self.source @source end |
.source=(source) ⇒ Object
27 28 29 |
# File 'lib/email_data.rb', line 27 def self.source=(source) @source = source end |