Class: FilterTable::Factory::CustomPropertyType

Inherits:
Struct
  • Object
show all
Defined in:
lib/utils/filter.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



278
279
280
# File 'lib/utils/filter.rb', line 278

def block
  @block
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



278
279
280
# File 'lib/utils/filter.rb', line 278

def field_name
  @field_name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



278
279
280
# File 'lib/utils/filter.rb', line 278

def opts
  @opts
end