Class: IceGrid::CommunicatorDescriptor
- Inherits:
-
Ice::Value
- Object
- Ice::Value
- IceGrid::CommunicatorDescriptor
- Defined in:
- lib/IceGrid/Descriptor.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adapters ⇒ Object
Returns the value of attribute adapters.
-
#dbEnvs ⇒ Object
Returns the value of attribute dbEnvs.
-
#description ⇒ Object
Returns the value of attribute description.
-
#logs ⇒ Object
Returns the value of attribute logs.
-
#propertySet ⇒ Object
Returns the value of attribute propertySet.
Attributes inherited from Ice::Value
Instance Method Summary collapse
-
#initialize(adapters = nil, propertySet = ::IceGrid::PropertySetDescriptor.new, dbEnvs = nil, logs = nil, description = '') ⇒ CommunicatorDescriptor
constructor
A new instance of CommunicatorDescriptor.
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 = '') ⇒ CommunicatorDescriptor
Returns a new instance of CommunicatorDescriptor.
268 269 270 271 272 273 274 |
# File 'lib/IceGrid/Descriptor.rb', line 268 def initialize(adapters=nil, propertySet=::IceGrid::PropertySetDescriptor.new, dbEnvs=nil, logs=nil, description='') @adapters = adapters @propertySet = propertySet @dbEnvs = dbEnvs @logs = logs @description = description end |
Instance Attribute Details
#adapters ⇒ Object
Returns the value of attribute adapters.
276 277 278 |
# File 'lib/IceGrid/Descriptor.rb', line 276 def adapters @adapters end |
#dbEnvs ⇒ Object
Returns the value of attribute dbEnvs.
276 277 278 |
# File 'lib/IceGrid/Descriptor.rb', line 276 def dbEnvs @dbEnvs end |
#description ⇒ Object
Returns the value of attribute description.
276 277 278 |
# File 'lib/IceGrid/Descriptor.rb', line 276 def description @description end |
#logs ⇒ Object
Returns the value of attribute logs.
276 277 278 |
# File 'lib/IceGrid/Descriptor.rb', line 276 def logs @logs end |
#propertySet ⇒ Object
Returns the value of attribute propertySet.
276 277 278 |
# File 'lib/IceGrid/Descriptor.rb', line 276 def propertySet @propertySet end |