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