Class: Lutaml::Uml::Dependency
- Inherits:
-
TopElement
- Object
- TopElement
- Lutaml::Uml::Dependency
- Defined in:
- lib/lutaml/uml/dependency.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#supplier ⇒ Object
Returns the value of attribute supplier.
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Instance Method Summary collapse
-
#initialize ⇒ Dependency
constructor
A new instance of Dependency.
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
#initialize ⇒ Dependency
Returns a new instance of Dependency.
11 12 13 14 15 16 17 18 |
# File 'lib/lutaml/uml/dependency.rb', line 11 def initialize @name = nil @xmi_id = nil @xmi_uuid = nil @client = [] @supplier = [] @namespace = nil end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
9 10 11 |
# File 'lib/lutaml/uml/dependency.rb', line 9 def client @client end |
#supplier ⇒ Object
Returns the value of attribute supplier.
9 10 11 |
# File 'lib/lutaml/uml/dependency.rb', line 9 def supplier @supplier end |