Class: AzureApplicationInsights::Channel::Contracts::Envelope

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def app_id
  @app_id
end

#app_verObject

Returns the value of attribute app_ver.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def app_ver
  @app_ver
end

#dataObject

Returns the value of attribute data.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def data
  @data
end

#device_idObject

Returns the value of attribute device_id.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def device_id
  @device_id
end

#flagsObject

Returns the value of attribute flags.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def flags
  @flags
end

#i_keyObject

Returns the value of attribute i_key.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def i_key
  @i_key
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def name
  @name
end

#osObject

Returns the value of attribute os.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def os
  @os
end

#os_verObject

Returns the value of attribute os_ver.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def os_ver
  @os_ver
end

#sample_rateObject

Returns the value of attribute sample_rate.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def sample_rate
  @sample_rate
end

#seqObject

Returns the value of attribute seq.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def seq
  @seq
end

#tagsObject

Returns the value of attribute tags.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def tags
  @tags
end

#timeObject

Returns the value of attribute time.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def time
  @time
end

#user_idObject

Returns the value of attribute user_id.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def user_id
  @user_id
end

#verObject

Returns the value of attribute ver.



7
8
9
# File 'lib/azure_application_insights/channel/contracts/envelope.rb', line 7

def ver
  @ver
end