Method: Expressir::Model::ModelElement#parent

Defined in:
lib/expressir/model/model_element.rb

#parentObject

:parent is a special attribute that is used to store the parent of the current element It is not a real attribute attribute :parent, ModelElement



11
12
13
# File 'lib/expressir/model/model_element.rb', line 11

def parent
  @parent
end