Class: ElasticGraph::SchemaDefinition::SchemaElements::FieldSource
- Inherits:
-
Data
- Object
- Data
- ElasticGraph::SchemaDefinition::SchemaElements::FieldSource
- Defined in:
- lib/elastic_graph/schema_definition/schema_elements/field_source.rb
Instance Attribute Summary collapse
-
#field_path ⇒ Object
readonly
Returns the value of attribute field_path.
-
#relationship_name ⇒ Object
readonly
Returns the value of attribute relationship_name.
Instance Attribute Details
#field_path ⇒ Object (readonly)
Returns the value of attribute field_path
13 14 15 |
# File 'lib/elastic_graph/schema_definition/schema_elements/field_source.rb', line 13 def field_path @field_path end |
#relationship_name ⇒ Object (readonly)
Returns the value of attribute relationship_name
13 14 15 |
# File 'lib/elastic_graph/schema_definition/schema_elements/field_source.rb', line 13 def relationship_name @relationship_name end |