Class: FilterTable::Factory::CustomPropertyType

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



286
287
288
# File 'lib/inspec/utils/filter.rb', line 286

def block
  @block
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



286
287
288
# File 'lib/inspec/utils/filter.rb', line 286

def field_name
  @field_name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



286
287
288
# File 'lib/inspec/utils/filter.rb', line 286

def opts
  @opts
end