Class: EnfEditor::EEOccInst
- 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
-
#child_component ⇒ EEComponent
Returns child component.
Methods included from PropertyName
Methods inherited from EEElement
Methods inherited from EEBase
Instance Method Details
#child_component ⇒ EEComponent
Returns child component.
29 30 31 |
# File 'lib/enfeditor/core_ext/ee_occurrence.rb', line 29 def child_component child_occurrence.original_component end |