Class: Csvbuilder::Export::Attribute
- Inherits:
-
AttributeBase
- Object
- AttributeBase
- Csvbuilder::Export::Attribute
- Defined in:
- lib/csvbuilder/exporter/internal/export/attribute.rb
Instance Method Summary collapse
Instance Method Details
#source_value ⇒ Object
12 13 14 |
# File 'lib/csvbuilder/exporter/internal/export/attribute.rb', line 12 def source_value row_model.public_send(column_name) end |
#value ⇒ Object
8 9 10 |
# File 'lib/csvbuilder/exporter/internal/export/attribute.rb', line 8 def value formatted_value end |