Class: Ea::Mdg::Document::PropertyEntry
- Inherits:
-
Struct
- Object
- Struct
- Ea::Mdg::Document::PropertyEntry
- Defined in:
- lib/ea/mdg/document.rb
Instance Attribute Summary collapse
-
#multiplicity_lower ⇒ Object
Returns the value of attribute multiplicity_lower.
-
#multiplicity_upper ⇒ Object
Returns the value of attribute multiplicity_upper.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#multiplicity_lower ⇒ Object
Returns the value of attribute multiplicity_lower
24 25 26 |
# File 'lib/ea/mdg/document.rb', line 24 def multiplicity_lower @multiplicity_lower end |
#multiplicity_upper ⇒ Object
Returns the value of attribute multiplicity_upper
24 25 26 |
# File 'lib/ea/mdg/document.rb', line 24 def multiplicity_upper @multiplicity_upper end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/ea/mdg/document.rb', line 24 def name @name end |
#type_name ⇒ Object
Returns the value of attribute type_name
24 25 26 |
# File 'lib/ea/mdg/document.rb', line 24 def type_name @type_name end |
#visibility ⇒ Object
Returns the value of attribute visibility
24 25 26 |
# File 'lib/ea/mdg/document.rb', line 24 def visibility @visibility end |