Class: ApplicationInsights::Channel::Contracts::Device
- Inherits:
-
Object
- Object
- ApplicationInsights::Channel::Contracts::Device
- Includes:
- JsonSerializable
- Defined in:
- lib/application_insights/channel/contracts/device.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#language ⇒ Object
Returns the value of attribute language.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#machine_name ⇒ Object
Returns the value of attribute machine_name.
-
#model ⇒ Object
Returns the value of attribute model.
-
#network ⇒ Object
Returns the value of attribute network.
-
#oem_name ⇒ Object
Returns the value of attribute oem_name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#os_version ⇒ Object
Returns the value of attribute os_version.
-
#role_instance ⇒ Object
Returns the value of attribute role_instance.
-
#role_name ⇒ Object
Returns the value of attribute role_name.
-
#screen_resolution ⇒ Object
Returns the value of attribute screen_resolution.
-
#type ⇒ Object
Returns the value of attribute type.
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/device.rb', line 7 def id @id end |
#ip ⇒ Object
Returns the value of attribute ip.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def ip @ip end |
#language ⇒ Object
Returns the value of attribute language.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def language @language end |
#locale ⇒ Object
Returns the value of attribute locale.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def locale @locale end |
#machine_name ⇒ Object
Returns the value of attribute machine_name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def machine_name @machine_name end |
#model ⇒ Object
Returns the value of attribute model.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def model @model end |
#network ⇒ Object
Returns the value of attribute network.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def network @network end |
#oem_name ⇒ Object
Returns the value of attribute oem_name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def oem_name @oem_name end |
#os ⇒ Object
Returns the value of attribute os.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def os @os end |
#os_version ⇒ Object
Returns the value of attribute os_version.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def os_version @os_version end |
#role_instance ⇒ Object
Returns the value of attribute role_instance.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def role_instance @role_instance end |
#role_name ⇒ Object
Returns the value of attribute role_name.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def role_name @role_name end |
#screen_resolution ⇒ Object
Returns the value of attribute screen_resolution.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def screen_resolution @screen_resolution end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/application_insights/channel/contracts/device.rb', line 7 def type @type end |