Class: Lutaml::Uml::Trigger
- Inherits:
-
TopElement
- Object
- TopElement
- Lutaml::Uml::Trigger
- Defined in:
- lib/lutaml/uml/trigger.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Method Summary
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::TopElement
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event.
9 10 11 |
# File 'lib/lutaml/uml/trigger.rb', line 9 def event @event end |