Class: Ynl::Models::Const
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Models::Const
- Defined in:
- lib/ynl/models.rb
Instance Attribute Summary collapse
-
#doc ⇒ Object
Returns the value of attribute doc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#doc ⇒ Object
Returns the value of attribute doc
30 31 32 |
# File 'lib/ynl/models.rb', line 30 def doc @doc end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/ynl/models.rb', line 30 def name @name end |
#value ⇒ Object
Returns the value of attribute value
30 31 32 |
# File 'lib/ynl/models.rb', line 30 def value @value end |