Class: Cattri::AttributeValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/cattri/internal_store.rb

Overview

Internal representation of a stored attribute value.

Instance Attribute Summary collapse

Instance Attribute Details

#finalObject

Returns the value of attribute final

Returns:

  • (Object)

    the current value of final



7
8
9
# File 'lib/cattri/internal_store.rb', line 7

def final
  @final
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/cattri/internal_store.rb', line 7

def value
  @value
end