Class: Ea::Mdg::Document::TaggedValueSpec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Mdg::Document::TaggedValueSpec
- Defined in:
- lib/ea/mdg/document.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def default @default end |
#description ⇒ Object
Returns the value of attribute description
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def description @description end |
#name ⇒ Object
Returns the value of attribute name
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def name @name end |
#type ⇒ Object
Returns the value of attribute type
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def type @type end |
#unit ⇒ Object
Returns the value of attribute unit
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def unit @unit end |
#values ⇒ Object
Returns the value of attribute values
39 40 41 |
# File 'lib/ea/mdg/document.rb', line 39 def values @values end |