Class: ApplicationInsights::Channel::Contracts::Operation

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#correlation_vectorObject

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

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/application_insights/channel/contracts/operation.rb', line 7

def id
  @id
end

#is_syntheticObject

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

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/application_insights/channel/contracts/operation.rb', line 7

def name
  @name
end

#parent_idObject

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_idObject

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_sourceObject

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