Class: ElasticGraph::SchemaDefinition::Indexing::ResolvedRelationship
- Inherits:
-
Data
- Object
- Data
- ElasticGraph::SchemaDefinition::Indexing::ResolvedRelationship
- Defined in:
- lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb
Instance Attribute Summary collapse
-
#related_type ⇒ Object
readonly
Returns the value of attribute related_type.
-
#relation_metadata ⇒ Object
readonly
Returns the value of attribute relation_metadata.
-
#relationship ⇒ Object
readonly
Returns the value of attribute relationship.
-
#relationship_field ⇒ Object
readonly
Returns the value of attribute relationship_field.
-
#relationship_name ⇒ Object
readonly
Returns the value of attribute relationship_name.
Instance Attribute Details
#related_type ⇒ Object (readonly)
Returns the value of attribute related_type
92 93 94 |
# File 'lib/elastic_graph/schema_definition/indexing/relationship_resolver.rb', line 92 def end |
#relation_metadata ⇒ Object (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 |
#relationship ⇒ Object (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_field ⇒ Object (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_name ⇒ Object (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 |