Class: AzureApplicationInsights::Channel::Contracts::Device

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializable

included, #initialize, #to_h, #to_json

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#ipObject

Returns the value of attribute ip.



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

def ip
  @ip
end

#languageObject

Returns the value of attribute language.



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

def language
  @language
end

#localeObject

Returns the value of attribute locale.



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

def locale
  @locale
end

#machine_nameObject

Returns the value of attribute machine_name.



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

def machine_name
  @machine_name
end

#modelObject

Returns the value of attribute model.



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

def model
  @model
end

#networkObject

Returns the value of attribute network.



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

def network
  @network
end

#oem_nameObject

Returns the value of attribute oem_name.



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

def oem_name
  @oem_name
end

#osObject

Returns the value of attribute os.



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

def os
  @os
end

#os_versionObject

Returns the value of attribute os_version.



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

def os_version
  @os_version
end

#role_instanceObject

Returns the value of attribute role_instance.



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

def role_instance
  @role_instance
end

#role_nameObject

Returns the value of attribute role_name.



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

def role_name
  @role_name
end

#screen_resolutionObject

Returns the value of attribute screen_resolution.



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

def screen_resolution
  @screen_resolution
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end