Class: IceGrid::CommunicatorDescriptor
- Inherits:
-
Ice::Value
- Object
- Ice::Value
- IceGrid::CommunicatorDescriptor
- Defined in:
- ruby/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.
257 258 259 260 261 262 263 |
# File 'ruby/IceGrid/Descriptor.rb', line 257 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.
265 266 267 |
# File 'ruby/IceGrid/Descriptor.rb', line 265 def adapters @adapters end |
#dbEnvs ⇒ Object
Returns the value of attribute dbEnvs.
265 266 267 |
# File 'ruby/IceGrid/Descriptor.rb', line 265 def dbEnvs @dbEnvs end |
#description ⇒ Object
Returns the value of attribute description.
265 266 267 |
# File 'ruby/IceGrid/Descriptor.rb', line 265 def description @description end |
#logs ⇒ Object
Returns the value of attribute logs.
265 266 267 |
# File 'ruby/IceGrid/Descriptor.rb', line 265 def logs @logs end |
#propertySet ⇒ Object
Returns the value of attribute propertySet.
265 266 267 |
# File 'ruby/IceGrid/Descriptor.rb', line 265 def propertySet @propertySet end |