class DTK::State::Component::Attribute::Influxdb::Measurement::Attributes
Public Instance Methods
write(value, params_hash = {}, timestamp)
click to toggle source
# File lib/state/component/providers/influxdb/measurement/attribute_measurement.rb, line 5 def write(value, params_hash = {}, timestamp) checked_params_hash = check_params_hash(params_hash) write_point(value, checked_params_hash, timestamp) end
Protected Instance Methods
required_params()
click to toggle source
# File lib/state/component/providers/influxdb/measurement/attribute_measurement.rb, line 12 def required_params %i[namespace component_name assembly_name attribute_name task_id] end