Class: Decidim::TermCustomizer::TranslationParser

Inherits:
Import::Parser show all
Defined in:
lib/decidim/term_customizer/translation_parser.rb

Overview

This class serializes a Proposal so can be exported to CSV, JSON or other formats.

Instance Attribute Summary

Attributes inherited from Import::Parser

#data

Class Method Summary collapse

Methods inherited from Import::Parser

#initialize, #parse, #resource_attributes

Constructor Details

This class inherits a constructor from Decidim::TermCustomizer::Import::Parser

Class Method Details

.resource_klassObject



8
9
10
# File 'lib/decidim/term_customizer/translation_parser.rb', line 8

def self.resource_klass
  Decidim::TermCustomizer::Translation
end