Module: Relaxo::Model::Properties::ValueOf
- Defined in:
- lib/relaxo/model/properties/composite.rb
Overview
Returns the raw value, typically used for reductions:
Class Method Summary collapse
Class Method Details
.new(dataset, value) ⇒ Object
105 106 107 |
# File 'lib/relaxo/model/properties/composite.rb', line 105 def self.new(dataset, value) value end |