Class: Telegraf::Rack::Point

Inherits:
Struct
  • Object
show all
Defined in:
lib/telegraf/rack.rb

Overview

Warning: ‘:values` member overrides `Struct#values` and it may be unexpected, but nothing we can change here as this is an import public API right now.

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



52
53
54
# File 'lib/telegraf/rack.rb', line 52

def tags
  @tags
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



52
53
54
# File 'lib/telegraf/rack.rb', line 52

def values
  @values
end