Class: Decidim::Admin::TaxonomyFilterForm::Item

Inherits:
Struct
  • Object
show all
Defined in:
app/forms/decidim/admin/taxonomy_filter_form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



8
9
10
# File 'app/forms/decidim/admin/taxonomy_filter_form.rb', line 8

def children
  @children
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'app/forms/decidim/admin/taxonomy_filter_form.rb', line 8

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'app/forms/decidim/admin/taxonomy_filter_form.rb', line 8

def value
  @value
end