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



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



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

def 
  
end

#relationshipObject (readonly)

Returns the value of attribute 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



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



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

def relationship_name
  @relationship_name
end