Class: PogoPlug::Device
- Inherits:
-
Object
- Object
- PogoPlug::Device
- Includes:
- HashInitializer
- Defined in:
- lib/pogoplug/device.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#services ⇒ Object
Returns the value of attribute services.
Class Method Summary collapse
Methods included from HashInitializer
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/pogoplug/device.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/pogoplug/device.rb', line 5 def name @name end |
#services ⇒ Object
Returns the value of attribute services.
5 6 7 |
# File 'lib/pogoplug/device.rb', line 5 def services @services end |