Class: IceGrid::BoxedDistributionDescriptor
- Inherits:
-
Ice::Value
- Object
- Ice::Value
- IceGrid::BoxedDistributionDescriptor
- Defined in:
- ruby/IceGrid/Descriptor.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from Ice::Value
Instance Method Summary collapse
-
#initialize(value = ::IceGrid::DistributionDescriptor.new) ⇒ BoxedDistributionDescriptor
constructor
A new instance of BoxedDistributionDescriptor.
Methods inherited from Ice::Value
#ice_getSlicedData, #ice_id, ice_staticId, #inspect
Constructor Details
#initialize(value = ::IceGrid::DistributionDescriptor.new) ⇒ BoxedDistributionDescriptor
Returns a new instance of BoxedDistributionDescriptor.
893 894 895 |
# File 'ruby/IceGrid/Descriptor.rb', line 893 def initialize(value=::IceGrid::DistributionDescriptor.new) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
897 898 899 |
# File 'ruby/IceGrid/Descriptor.rb', line 897 def value @value end |