Module: Xmi::Uml::DiagramAttributes
- Included in:
- Diagram
- Defined in:
- lib/xmi/uml.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
391 392 393 394 395 396 397 398 399 |
# File 'lib/xmi/uml.rb', line 391 def self.included(klass) klass.class_eval do attribute :type, :string attribute :id, :string attribute :is_frame, :boolean attribute :model_element, :string attribute :owned_element, OwnedElement, collection: true end end |