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.
43 44 45 |
# File 'lib/pindo/command/utils/device.rb', line 43 def device_description @device_description end |
#device_model ⇒ Object
Returns the value of attribute device_model.
41 42 43 |
# File 'lib/pindo/command/utils/device.rb', line 41 def device_model @device_model end |
#device_type ⇒ Object
Returns the value of attribute device_type.
40 41 42 |
# File 'lib/pindo/command/utils/device.rb', line 40 def device_type @device_type end |
#name ⇒ Object
Returns the value of attribute name.
37 38 39 |
# File 'lib/pindo/command/utils/device.rb', line 37 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
39 40 41 |
# File 'lib/pindo/command/utils/device.rb', line 39 def platform @platform end |
#udid ⇒ Object
Returns the value of attribute udid.
38 39 40 |
# File 'lib/pindo/command/utils/device.rb', line 38 def udid @udid end |