Class: ApplicationInsights::Channel::Contracts::RemoteDependencyData
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::RemoteDependencyData
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/remote_dependency_data.rb
Instance Attribute Summary collapse
-
#async ⇒ Object
Returns the value of attribute async.
-
#command_name ⇒ Object
Returns the value of attribute command_name.
-
#count ⇒ Object
Returns the value of attribute count.
-
#dependency_kind ⇒ Object
Returns the value of attribute dependency_kind.
-
#dependency_source ⇒ Object
Returns the value of attribute dependency_source.
-
#dependency_type_name ⇒ Object
Returns the value of attribute dependency_type_name.
-
#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.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#std_dev ⇒ Object
Returns the value of attribute std_dev.
-
#success ⇒ Object
Returns the value of attribute success.
-
#value ⇒ Object
Returns the value of attribute value.
-
#ver ⇒ Object
Returns the value of attribute ver.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#async ⇒ Object
Returns the value of attribute async.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def async @async end |
#command_name ⇒ Object
Returns the value of attribute command_name.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def command_name @command_name end |
#count ⇒ Object
Returns the value of attribute count.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def count @count end |
#dependency_kind ⇒ Object
Returns the value of attribute dependency_kind.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def dependency_kind @dependency_kind end |
#dependency_source ⇒ Object
Returns the value of attribute dependency_source.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def dependency_source @dependency_source end |
#dependency_type_name ⇒ Object
Returns the value of attribute dependency_type_name.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def dependency_type_name @dependency_type_name end |
#kind ⇒ Object
Returns the value of attribute kind.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def kind @kind end |
#max ⇒ Object
Returns the value of attribute max.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def min @min end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def name @name end |
#properties ⇒ Object
Returns the value of attribute properties.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def properties @properties end |
#std_dev ⇒ Object
Returns the value of attribute std_dev.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def std_dev @std_dev end |
#success ⇒ Object
Returns the value of attribute success.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def success @success end |
#value ⇒ Object
Returns the value of attribute value.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def value @value end |
#ver ⇒ Object
Returns the value of attribute ver.
10 11 12 |
# File 'lib/application_insights/channel/contracts/remote_dependency_data.rb', line 10 def ver @ver end |