Module: PlantWatchdog::Model::MeasurementClassExtension

Included in:
Measurement
Defined in:
lib/plantwatchdog/model.rb

Instance Method Summary collapse

Instance Method Details

#metadataObject



203
204
205
# File 'lib/plantwatchdog/model.rb', line 203

def 
  @metadata
end

#metadata=(m) ⇒ Object



207
208
209
# File 'lib/plantwatchdog/model.rb', line 207

def metadata= m
  @metadata = m
end