Class: Kadmin::Finder::Filter

Inherits:
Struct
  • Object
show all
Defined in:
app/components/kadmin/finder.rb

Overview

Simple filter structure

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



16
17
18
# File 'app/components/kadmin/finder.rb', line 16

def column
  @column
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



16
17
18
# File 'app/components/kadmin/finder.rb', line 16

def value
  @value
end