Module: Xmi::Uml::OwnedAttributeAttributes
- Included in:
- OwnedAttribute
- Defined in:
- lib/xmi/uml.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/xmi/uml.rb', line 125 def self.included(klass) klass.class_eval do attribute :type, :string attribute :id, :string attribute :association, :string attribute :name, :string attribute :is_derived, :string attribute :uml_type, Uml::Type attribute :upper_value, UpperValue attribute :lower_value, LowerValue end end |