Class: I18nExport::Config::FileDefinition
- Inherits:
-
Struct
- Object
- Struct
- I18nExport::Config::FileDefinition
- Defined in:
- lib/i18n_export/config.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filters ⇒ Object
Returns the value of attribute filters.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/i18n_export/config.rb', line 5 def filename @filename end |
#filters ⇒ Object
Returns the value of attribute filters
5 6 7 |
# File 'lib/i18n_export/config.rb', line 5 def filters @filters end |