Class: ApplicationInsights::Channel::Contracts::RemoteDependencyData

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#asyncObject

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_nameObject

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

#countObject

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_kindObject

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_sourceObject

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_nameObject

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

#kindObject

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

#maxObject

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

#minObject

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

#nameObject

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

#propertiesObject

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_devObject

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

#successObject

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

#valueObject

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

#verObject

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