Class: Decidim::Admin::TaxonomyFilterForm::Manifest
- Inherits:
-
Struct
- Object
- Struct
- Decidim::Admin::TaxonomyFilterForm::Manifest
- Defined in:
- decidim-admin/app/forms/decidim/admin/taxonomy_filter_form.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'decidim-admin/app/forms/decidim/admin/taxonomy_filter_form.rb', line 9 def id @id end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'decidim-admin/app/forms/decidim/admin/taxonomy_filter_form.rb', line 9 def name @name end |