Module: Xmi::Uml::PackageImportAttributes
- Included in:
- PackageImport
- Defined in:
- lib/xmi/uml.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
456 457 458 459 460 461 |
# File 'lib/xmi/uml.rb', line 456 def self.included(klass) klass.class_eval do attribute :id, :string attribute :imported_package, ImportedPackage end end |