Class: ApplicationInsights::Channel::Contracts::Session
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Session
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/session.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_first ⇒ Object
Returns the value of attribute is_first.
-
#is_new ⇒ Object
Returns the value of attribute is_new.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/session.rb', line 7 def id @id end |
#is_first ⇒ Object
Returns the value of attribute is_first.
7 8 9 |
# File 'lib/application_insights/channel/contracts/session.rb', line 7 def is_first @is_first end |
#is_new ⇒ Object
Returns the value of attribute is_new.
7 8 9 |
# File 'lib/application_insights/channel/contracts/session.rb', line 7 def is_new @is_new end |