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