Class: ElasticGraph::SchemaArtifacts::RuntimeMetadata::ScalarCoercionAdapterInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb

Class Method Summary collapse

Class Method Details

.coerce_input(value, ctx) ⇒ Object



82
83
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb', line 82

def self.coerce_input(value, ctx)
end

.coerce_result(value, ctx) ⇒ Object



85
86
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb', line 85

def self.coerce_result(value, ctx)
end