Class: IceGrid::ServiceDescriptor

Inherits:
CommunicatorDescriptor show all
Defined in:
lib/IceGrid/Descriptor.rb

Instance Attribute Summary collapse

Attributes inherited from CommunicatorDescriptor

#adapters, #dbEnvs, #description, #logs, #propertySet

Attributes inherited from Ice::Value

#_ice_slicedData

Instance Method Summary collapse

Methods inherited from Ice::Value

#ice_getSlicedData, #ice_id, ice_staticId, #inspect

Constructor Details

#initialize(adapters = nil, propertySet = ::IceGrid::PropertySetDescriptor.new, dbEnvs = nil, logs = nil, description = '', name = '', entry = '') ⇒ ServiceDescriptor

Returns a new instance of ServiceDescriptor.


384
385
386
387
388
# File 'lib/IceGrid/Descriptor.rb', line 384

def initialize(adapters=nil, propertySet=::IceGrid::PropertySetDescriptor.new, dbEnvs=nil, logs=nil, description='', name='', entry='')
    super(adapters, propertySet, dbEnvs, logs, description)
    @name = name
    @entry = entry
end

Instance Attribute Details

#entryObject

Returns the value of attribute entry.


390
391
392
# File 'lib/IceGrid/Descriptor.rb', line 390

def entry
  @entry
end

#nameObject

Returns the value of attribute name.


390
391
392
# File 'lib/IceGrid/Descriptor.rb', line 390

def name
  @name
end