Class: Pindo::Command::Utils::Device::DeviceItem
- Inherits:
-
Object
- Object
- Pindo::Command::Utils::Device::DeviceItem
- Defined in:
- lib/pindo/command/utils/device.rb
Instance Attribute Summary collapse
-
#device_description ⇒ Object
Returns the value of attribute device_description.
-
#device_model ⇒ Object
Returns the value of attribute device_model.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#udid ⇒ Object
Returns the value of attribute udid.
Instance Attribute Details
#device_description ⇒ Object
Returns the value of attribute device_description.
26 27 28 |
# File 'lib/pindo/command/utils/device.rb', line 26 def device_description @device_description end |
#device_model ⇒ Object
Returns the value of attribute device_model.
24 25 26 |
# File 'lib/pindo/command/utils/device.rb', line 24 def device_model @device_model end |
#device_type ⇒ Object
Returns the value of attribute device_type.
23 24 25 |
# File 'lib/pindo/command/utils/device.rb', line 23 def device_type @device_type end |
#name ⇒ Object
Returns the value of attribute name.
20 21 22 |
# File 'lib/pindo/command/utils/device.rb', line 20 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
22 23 24 |
# File 'lib/pindo/command/utils/device.rb', line 22 def platform @platform end |
#udid ⇒ Object
Returns the value of attribute udid.
21 22 23 |
# File 'lib/pindo/command/utils/device.rb', line 21 def udid @udid end |