Class: CallForProjectsVotesExporter
- Inherits:
-
Para::Exporter::Xls
- Object
- ActiveJob::Base
- Para::Job::Base
- Para::Exporter::Base
- Para::Exporter::Table
- Para::Exporter::Xls
- CallForProjectsVotesExporter
- Defined in:
- app/exporters/call_for_projects_votes_exporter.rb
Instance Attribute Summary collapse
-
#call_for_projects ⇒ Object
readonly
Returns the value of attribute call_for_projects.
Attributes inherited from Para::Exporter::Base
Instance Method Summary collapse
Methods inherited from Para::Exporter::Base
Instance Attribute Details
#call_for_projects ⇒ Object (readonly)
Returns the value of attribute call_for_projects.
2 3 4 |
# File 'app/exporters/call_for_projects_votes_exporter.rb', line 2 def call_for_projects @call_for_projects end |
Instance Method Details
#name ⇒ Object
4 5 6 |
# File 'app/exporters/call_for_projects_votes_exporter.rb', line 4 def name 'votes-appel-projets' end |