Class: ElasticGraph::SchemaDefinition::Indexing::JSONSchemaWithMetadata::MissingNecessaryField
- Inherits:
-
Data
- Object
- Data
- ElasticGraph::SchemaDefinition::Indexing::JSONSchemaWithMetadata::MissingNecessaryField
- Defined in:
- lib/elastic_graph/schema_definition/indexing/json_schema_with_metadata.rb
Instance Attribute Summary collapse
-
#field_type ⇒ Object
readonly
Returns the value of attribute field_type.
-
#fully_qualified_path ⇒ Object
readonly
Returns the value of attribute fully_qualified_path.
Instance Attribute Details
#field_type ⇒ Object (readonly)
Returns the value of attribute field_type
230 231 232 |
# File 'lib/elastic_graph/schema_definition/indexing/json_schema_with_metadata.rb', line 230 def field_type @field_type end |
#fully_qualified_path ⇒ Object (readonly)
Returns the value of attribute fully_qualified_path
230 231 232 |
# File 'lib/elastic_graph/schema_definition/indexing/json_schema_with_metadata.rb', line 230 def fully_qualified_path @fully_qualified_path end |