Class: ApplicationInsights::Channel::Contracts::RequestData

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#durationObject

Returns the value of attribute duration.



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

def duration
  @duration
end

#http_methodObject

Returns the value of attribute http_method.



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

def http_method
  @http_method
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#measurementsObject

Returns the value of attribute measurements.



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

def measurements
  @measurements
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#propertiesObject

Returns the value of attribute properties.



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

def properties
  @properties
end

#response_codeObject

Returns the value of attribute response_code.



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

def response_code
  @response_code
end

#start_timeObject

Returns the value of attribute start_time.



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

def start_time
  @start_time
end

#successObject

Returns the value of attribute success.



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

def success
  @success
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#verObject

Returns the value of attribute ver.



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

def ver
  @ver
end