Class: ApplicationInsights::Channel::Contracts::DataPoint
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::DataPoint
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/data_point.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
-
#std_dev ⇒ Object
Returns the value of attribute std_dev.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
8 9 10 |
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8 def count @count end |
#kind ⇒ Object
Returns the value of attribute kind.
8 9 10 |
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8 def kind @kind end |
#max ⇒ Object
Returns the value of attribute max.
8 9 10 |
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
8 9 10 |
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8 def min @min end |
#name ⇒ Object
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_dev ⇒ Object
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 |
#value ⇒ Object
Returns the value of attribute value.
8 9 10 |
# File 'lib/application_insights/channel/contracts/data_point.rb', line 8 def value @value end |