Class: SearchResolver::ResolveDefinition
- Inherits:
-
Struct
- Object
- Struct
- SearchResolver::ResolveDefinition
- Defined in:
- backend/app/model/search_resolver.rb
Instance Attribute Summary collapse
-
#custom_resolver ⇒ Object
Returns the value of attribute custom_resolver.
-
#source_field ⇒ Object
Returns the value of attribute source_field.
-
#target_field ⇒ Object
Returns the value of attribute target_field.
Instance Attribute Details
#custom_resolver ⇒ Object
Returns the value of attribute custom_resolver
61 62 63 |
# File 'backend/app/model/search_resolver.rb', line 61 def custom_resolver @custom_resolver end |
#source_field ⇒ Object
Returns the value of attribute source_field
61 62 63 |
# File 'backend/app/model/search_resolver.rb', line 61 def source_field @source_field end |
#target_field ⇒ Object
Returns the value of attribute target_field
61 62 63 |
# File 'backend/app/model/search_resolver.rb', line 61 def target_field @target_field end |