Class: IceGrid::ServiceDescriptor
- Inherits:
-
CommunicatorDescriptor
- Object
- Ice::Value
- CommunicatorDescriptor
- IceGrid::ServiceDescriptor
- Defined in:
- lib/IceGrid/Descriptor.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from CommunicatorDescriptor
#adapters, #dbEnvs, #description, #logs, #propertySet
Attributes inherited from Ice::Value
Instance Method Summary collapse
-
#initialize(adapters = nil, propertySet = ::IceGrid::PropertySetDescriptor.new, dbEnvs = nil, logs = nil, description = '', name = '', entry = '') ⇒ ServiceDescriptor
constructor
A new instance of ServiceDescriptor.
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
#entry ⇒ Object
Returns the value of attribute entry.
390 391 392 |
# File 'lib/IceGrid/Descriptor.rb', line 390 def entry @entry end |
#name ⇒ Object
Returns the value of attribute name.
390 391 392 |
# File 'lib/IceGrid/Descriptor.rb', line 390 def name @name end |