Class: FilterTable::Factory::Connector

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



136
137
138
# File 'lib/utils/filter.rb', line 136

def block
  @block
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



136
137
138
# File 'lib/utils/filter.rb', line 136

def field_name
  @field_name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



136
137
138
# File 'lib/utils/filter.rb', line 136

def opts
  @opts
end