Class: Telegraf::Rack::Point
- Inherits:
-
Struct
- Object
- Struct
- Telegraf::Rack::Point
- 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
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#tags ⇒ Object
Returns the value of attribute tags
52 53 54 |
# File 'lib/telegraf/rack.rb', line 52 def @tags end |
#values ⇒ Object
Returns the value of attribute values
52 53 54 |
# File 'lib/telegraf/rack.rb', line 52 def values @values end |