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