Class: Cattri::AttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Cattri::AttributeValue
- Defined in:
- lib/cattri/internal_store.rb
Overview
Internal representation of a stored attribute value.
Instance Attribute Summary collapse
-
#final ⇒ Object
Returns the value of attribute final.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#final ⇒ Object
Returns the value of attribute final
7 8 9 |
# File 'lib/cattri/internal_store.rb', line 7 def final @final end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/cattri/internal_store.rb', line 7 def value @value end |