Class: Ynl::Models::Enum::Entry
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Models::Enum::Entry
- 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
48 49 50 |
# File 'lib/ynl/models.rb', line 48 def doc @doc end |
#name ⇒ Object
Returns the value of attribute name
48 49 50 |
# File 'lib/ynl/models.rb', line 48 def name @name end |
#value ⇒ Object
Returns the value of attribute value
48 49 50 |
# File 'lib/ynl/models.rb', line 48 def value @value end |