Class: CallForProjectsVotesExporter

Inherits:
Para::Exporter::Xls show all
Defined in:
app/exporters/call_for_projects_votes_exporter.rb

Instance Attribute Summary collapse

Attributes inherited from Para::Exporter::Base

#model, #options

Instance Method Summary collapse

Methods inherited from Para::Exporter::Base

#file, #file_name, #perform

Instance Attribute Details

#call_for_projectsObject (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

#nameObject



4
5
6
# File 'app/exporters/call_for_projects_votes_exporter.rb', line 4

def name
  'votes-appel-projets'
end