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.
52 53 54 |
# File 'lib/pindo/command/utils/device.rb', line 52 def device_description @device_description end |
#device_model ⇒ Object
Returns the value of attribute device_model.
50 51 52 |
# File 'lib/pindo/command/utils/device.rb', line 50 def device_model @device_model end |
#device_type ⇒ Object
Returns the value of attribute device_type.
49 50 51 |
# File 'lib/pindo/command/utils/device.rb', line 49 def device_type @device_type end |
#name ⇒ Object
Returns the value of attribute name.
46 47 48 |
# File 'lib/pindo/command/utils/device.rb', line 46 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
48 49 50 |
# File 'lib/pindo/command/utils/device.rb', line 48 def platform @platform end |
#udid ⇒ Object
Returns the value of attribute udid.
47 48 49 |
# File 'lib/pindo/command/utils/device.rb', line 47 def udid @udid end |