Class: I18nExport::Config::FileDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/i18n_export/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/i18n_export/config.rb', line 5

def filename
  @filename
end

#filtersObject

Returns the value of attribute filters

Returns:

  • (Object)

    the current value of filters



5
6
7
# File 'lib/i18n_export/config.rb', line 5

def filters
  @filters
end