Class: SolidusAdmin::UI::Table::RansackFilter::Component::Selection

Inherits:
Struct
  • Object
show all
Defined in:
app/components/solidus_admin/ui/table/ransack_filter/component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def attribute
  @attribute
end

#checkedObject

Returns the value of attribute checked

Returns:

  • (Object)

    the current value of checked



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def checked
  @checked
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def id
  @id
end

#optionObject

Returns the value of attribute option

Returns:

  • (Object)

    the current value of option



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def option
  @option
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def predicate
  @predicate
end

#presentationObject

Returns the value of attribute presentation

Returns:

  • (Object)

    the current value of presentation



66
67
68
# File 'app/components/solidus_admin/ui/table/ransack_filter/component.rb', line 66

def presentation
  @presentation
end