Class: EnfEditor::EEOccInst

Inherits:
EEElement show all
Includes:
PropertyName
Defined in:
lib/enfeditor/core_ext/ee_occurrence.rb,
ext/enfhandler/EnfHandler_wrap2.cxx

Overview

Proxy of C++ EnfEditor::EEOccInst class

Instance Method Summary collapse

Methods included from PropertyName

#name, #name=

Methods inherited from EEElement

#delete!

Methods inherited from EEBase

#null?

Instance Method Details

#child_componentEEComponent

Returns child component.

Examples:

instance.child_component

Returns:

Since:

  • 0.7.0.0



29
30
31
# File 'lib/enfeditor/core_ext/ee_occurrence.rb', line 29

def child_component
  child_occurrence.original_component
end