Class: GlobalServiceID

Inherits:
Struct
  • Object
show all
Defined in:
lib/appswarm/global_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/appswarm/global_service.rb', line 3

def name
  @name
end

#providesObject

Returns the value of attribute provides

Returns:

  • (Object)

    the current value of provides



3
4
5
# File 'lib/appswarm/global_service.rb', line 3

def provides
  @provides
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/appswarm/global_service.rb', line 3

def type
  @type
end