Class: ElasticGraph::SchemaDefinition::Indexing::ResolvedRelationship

Inherits:
Data
  • Object
show all
Defined in:
lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute related_type

Returns:

  • (Object)

    the current value of related_type



92
93
94
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92

def related_type
  @related_type
end

#relation_metadataObject (readonly)

Returns the value of attribute relation_metadata

Returns:

  • (Object)

    the current value of relation_metadata



92
93
94
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92

def 
  @relation_metadata
end

#relationshipObject (readonly)

Returns the value of attribute relationship

Returns:

  • (Object)

    the current value of relationship



92
93
94
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92

def relationship
  @relationship
end

#relationship_fieldObject (readonly)

Returns the value of attribute relationship_field

Returns:

  • (Object)

    the current value of relationship_field



92
93
94
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92

def relationship_field
  @relationship_field
end

#relationship_nameObject (readonly)

Returns the value of attribute relationship_name

Returns:

  • (Object)

    the current value of relationship_name



92
93
94
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92

def relationship_name
  @relationship_name
end