Class: Mxup::RequiredVar
- Inherits:
-
Struct
- Object
- Struct
- Mxup::RequiredVar
- Defined in:
- lib/mxup/config.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
384 385 386 |
# File 'lib/mxup/config.rb', line 384 def description @description end |
#name ⇒ Object
Returns the value of attribute name
384 385 386 |
# File 'lib/mxup/config.rb', line 384 def name @name end |