Class: Ea::Mdg::Document::ClassifierEntry
- Inherits:
-
Struct
- Object
- Struct
- Ea::Mdg::Document::ClassifierEntry
- Defined in:
- lib/ea/mdg/document.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#package_name ⇒ Object
Returns the value of attribute package_name.
-
#properties ⇒ Object
Returns the value of attribute properties.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
22 23 24 |
# File 'lib/ea/mdg/document.rb', line 22 def id @id end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/ea/mdg/document.rb', line 22 def name @name end |
#package_name ⇒ Object
Returns the value of attribute package_name
22 23 24 |
# File 'lib/ea/mdg/document.rb', line 22 def package_name @package_name end |
#properties ⇒ Object
Returns the value of attribute properties
22 23 24 |
# File 'lib/ea/mdg/document.rb', line 22 def properties @properties end |