Class: ApplicationInsights::Channel::Contracts::RequestData
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::RequestData
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/request_data.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#id ⇒ Object
Returns the value of attribute id.
-
#measurements ⇒ Object
Returns the value of attribute measurements.
-
#name ⇒ Object
Returns the value of attribute name.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#response_code ⇒ Object
Returns the value of attribute response_code.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#success ⇒ Object
Returns the value of attribute success.
-
#url ⇒ Object
Returns the value of attribute url.
-
#ver ⇒ Object
Returns the value of attribute ver.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#duration ⇒ Object
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_method ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def id @id end |
#measurements ⇒ Object
Returns the value of attribute measurements.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def measurements @measurements end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def name @name end |
#properties ⇒ Object
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_code ⇒ Object
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_time ⇒ Object
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 |
#success ⇒ Object
Returns the value of attribute success.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def success @success end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def url @url end |
#ver ⇒ Object
Returns the value of attribute ver.
7 8 9 |
# File 'lib/application_insights/channel/contracts/request_data.rb', line 7 def ver @ver end |