Class: ApplicationInsights::Channel::Contracts::DataPoint

Inherits:
Object
  • Object
show all
Includes:
JsonSerializable
Defined in:
lib/application_insights/channel/contracts/data_point.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#countObject

Returns the value of attribute count.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def count
  @count
end

#kindObject

Returns the value of attribute kind.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def kind
  @kind
end

#maxObject

Returns the value of attribute max.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def max
  @max
end

#minObject

Returns the value of attribute min.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def min
  @min
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def name
  @name
end

#std_devObject

Returns the value of attribute std_dev.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def std_dev
  @std_dev
end

#valueObject

Returns the value of attribute value.



8
9
10
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8

def value
  @value
end