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



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

def column
  @column
end

#valueObject

Returns the value of attribute value



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

def value
  @value
end