Class: NcsNavigator::Warehouse::Transformers::Database::RecordProducer
- Inherits:
-
Struct
- Object
- Struct
- NcsNavigator::Warehouse::Transformers::Database::RecordProducer
- Defined in:
- lib/ncs_navigator/warehouse/transformers/database.rb
Overview
The class ecapsulating one call to DSL#produce_records
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#query ⇒ Object
Returns the value of attribute query.
-
#row_processor ⇒ Object
Returns the value of attribute row_processor.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
316 317 318 |
# File 'lib/ncs_navigator/warehouse/transformers/database.rb', line 316 def name @name end |
#query ⇒ Object
Returns the value of attribute query
316 317 318 |
# File 'lib/ncs_navigator/warehouse/transformers/database.rb', line 316 def query @query end |
#row_processor ⇒ Object
Returns the value of attribute row_processor
316 317 318 |
# File 'lib/ncs_navigator/warehouse/transformers/database.rb', line 316 def row_processor @row_processor end |