Method: Gloo::Objs::Outline#entity_path

Defined in:
lib/gloo/objs/str_utils/outline.rb

#entity_pathObject

Get the entity path.



67
68
69
70
71
# File 'lib/gloo/objs/str_utils/outline.rb', line 67

def entity_path
  o = find_child ENTITY_PATH
  o = Gloo::Objs::Alias.resolve_alias( @engine, o )
  return o&.value
end