Class: SearchResolver::ResolveDefinition

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/model/search_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_resolverObject

Returns the value of attribute custom_resolver

Returns:

  • (Object)

    the current value of custom_resolver



61
62
63
# File 'backend/app/model/search_resolver.rb', line 61

def custom_resolver
  @custom_resolver
end

#source_fieldObject

Returns the value of attribute source_field

Returns:

  • (Object)

    the current value of source_field



61
62
63
# File 'backend/app/model/search_resolver.rb', line 61

def source_field
  @source_field
end

#target_fieldObject

Returns the value of attribute target_field

Returns:

  • (Object)

    the current value of target_field



61
62
63
# File 'backend/app/model/search_resolver.rb', line 61

def target_field
  @target_field
end