Class: ApplicationInsights::Channel::Contracts::Internal

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#agent_versionObject

Returns the value of attribute agent_version.



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

def agent_version
  @agent_version
end

#sdk_versionObject

Returns the value of attribute sdk_version.



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

def sdk_version
  @sdk_version
end