Class: GlobalServiceID
- Inherits:
-
Struct
- Object
- Struct
- GlobalServiceID
- Defined in:
- lib/appswarm/global_service.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#provides ⇒ Object
Returns the value of attribute provides.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/appswarm/global_service.rb', line 3 def name @name end |
#provides ⇒ Object
Returns the value of attribute provides
3 4 5 |
# File 'lib/appswarm/global_service.rb', line 3 def provides @provides end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/appswarm/global_service.rb', line 3 def type @type end |