Class: CallForProjectsVotesExporter
Instance Attribute Summary collapse
#model, #options
Class Method Summary
collapse
Instance Method Summary
collapse
#file, #file_name, #perform
Instance Attribute Details
#call_for_projects ⇒ Object
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
|
Class Method Details
.params_whitelist ⇒ Object
10
11
12
|
# File 'app/exporters/call_for_projects_votes_exporter.rb', line 10
def self.params_whitelist
[:call_for_projects_id]
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
|