Module: Xmi::Uml::PackageImportAttributes
- Included in:
- PackageImport
- Defined in:
- lib/xmi/uml.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
622 623 624 625 626 627 |
# File 'lib/xmi/uml.rb', line 622 def self.included(klass) klass.class_eval do attribute :id, :string attribute :imported_package, ImportedPackage end end |