Class: DataShift::ExporterBase
- Inherits:
-
Object
- Object
- DataShift::ExporterBase
- Defined in:
- lib/exporters/exporter_base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
Instance Method Summary collapse
-
#initialize ⇒ ExporterBase
constructor
A new instance of ExporterBase.
Constructor Details
#initialize ⇒ ExporterBase
Returns a new instance of ExporterBase.
15 16 17 |
# File 'lib/exporters/exporter_base.rb', line 15 def initialize @configuration = DataShift::Exporters::Configuration.call end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
12 13 14 |
# File 'lib/exporters/exporter_base.rb', line 12 def configuration @configuration end |
#file_name ⇒ Object
Returns the value of attribute file_name.
13 14 15 |
# File 'lib/exporters/exporter_base.rb', line 13 def file_name @file_name end |