Class: Cupertino::ProvisioningPortal::Device
- Inherits:
-
Struct
- Object
- Struct
- Cupertino::ProvisioningPortal::Device
- Defined in:
- lib/cupertino/provisioning_portal.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
-
#udid ⇒ Object
Returns the value of attribute udid.
Instance Method Summary collapse
Instance Attribute Details
#device_id ⇒ Object
Returns the value of attribute device_id
11 12 13 |
# File 'lib/cupertino/provisioning_portal.rb', line 11 def device_id @device_id end |
#enabled ⇒ Object
Returns the value of attribute enabled
11 12 13 |
# File 'lib/cupertino/provisioning_portal.rb', line 11 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/cupertino/provisioning_portal.rb', line 11 def name @name end |
#udid ⇒ Object
Returns the value of attribute udid
11 12 13 |
# File 'lib/cupertino/provisioning_portal.rb', line 11 def udid @udid end |
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'lib/cupertino/provisioning_portal.rb', line 12 def to_s "#{self.name} #{self.udid} #{self.enabled}" end |