Class: ElasticGraph::SchemaDefinition::SchemaElements::FieldSource

Inherits:
Data
  • Object
show all
Defined in:
lib/elastic_graph/schema_definition/schema_elements/field_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_pathObject (readonly)

Returns the value of attribute field_path

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute relationship_name

Returns:

  • (Object)

    the current value of relationship_name



13
14
15
# File 'lib/elastic_graph/schema_definition/schema_elements/field_source.rb', line 13

def relationship_name
  @relationship_name
end