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



327
328
329
# File 'lib/inspec/utils/filter.rb', line 327

def block
  @block
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



327
328
329
# File 'lib/inspec/utils/filter.rb', line 327

def field_name
  @field_name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



327
328
329
# File 'lib/inspec/utils/filter.rb', line 327

def opts
  @opts
end