Class: ApplicationInsights::Channel::Contracts::Operation
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Operation
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/operation.rb
Instance Attribute Summary collapse
-
#correlation_vector ⇒ Object
Returns the value of attribute correlation_vector.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_synthetic ⇒ Object
Returns the value of attribute is_synthetic.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#root_id ⇒ Object
Returns the value of attribute root_id.
-
#synthetic_source ⇒ Object
Returns the value of attribute synthetic_source.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#correlation_vector ⇒ Object
Returns the value of attribute correlation_vector.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def correlation_vector @correlation_vector end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def id @id end |
#is_synthetic ⇒ Object
Returns the value of attribute is_synthetic.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def is_synthetic @is_synthetic end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def parent_id @parent_id end |
#root_id ⇒ Object
Returns the value of attribute root_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def root_id @root_id end |
#synthetic_source ⇒ Object
Returns the value of attribute synthetic_source.
7 8 9 |
# File 'lib/application_insights/channel/contracts/operation.rb', line 7 def synthetic_source @synthetic_source end |