Class: ApplicationInsights::Channel::Contracts::Envelope
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Envelope
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/envelope.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_ver ⇒ Object
Returns the value of attribute app_ver.
-
#data ⇒ Object
Returns the value of attribute data.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#i_key ⇒ Object
Returns the value of attribute i_key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#os_ver ⇒ Object
Returns the value of attribute os_ver.
-
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#time ⇒ Object
Returns the value of attribute time.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#ver ⇒ Object
Returns the value of attribute ver.
Method Summary
Methods included from JsonSerializable
included, #initialize, #to_h, #to_json
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def app_id @app_id end |
#app_ver ⇒ Object
Returns the value of attribute app_ver.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def app_ver @app_ver end |
#data ⇒ Object
Returns the value of attribute data.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def data @data end |
#device_id ⇒ Object
Returns the value of attribute device_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def device_id @device_id end |
#flags ⇒ Object
Returns the value of attribute flags.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def flags @flags end |
#i_key ⇒ Object
Returns the value of attribute i_key.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def i_key @i_key end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def os @os end |
#os_ver ⇒ Object
Returns the value of attribute os_ver.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def os_ver @os_ver end |
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def sample_rate @sample_rate end |
#seq ⇒ Object
Returns the value of attribute seq.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def seq @seq end |
#tags ⇒ Object
Returns the value of attribute tags.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def @tags end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def time @time end |
#user_id ⇒ Object
Returns the value of attribute user_id.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def user_id @user_id end |
#ver ⇒ Object
Returns the value of attribute ver.
7 8 9 |
# File 'lib/application_insights/channel/contracts/envelope.rb', line 7 def ver @ver end |