Class: Smith::Workflow::Graph::IdentifierProjection

Inherits:
Object
  • Object
show all
Defined in:
lib/smith/workflow/graph/identifier_projection.rb

Instance Method Summary collapse

Instance Method Details

#call(value) ⇒ Object



7
8
9
# File 'lib/smith/workflow/graph/identifier_projection.rb', line 7

def call(value)
  Identifier.normalize(value, label: "graph identifier", allow_nil: true)
end