Class: IceGrid::BoxedString
- Inherits:
-
Ice::Value
- Object
- Ice::Value
- IceGrid::BoxedString
- 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 = '') ⇒ BoxedString
constructor
A new instance of BoxedString.
Methods inherited from Ice::Value
#ice_getSlicedData, #ice_id, ice_staticId, #inspect
Constructor Details
#initialize(value = '') ⇒ BoxedString
Returns a new instance of BoxedString.
805 806 807 |
# File 'ruby/IceGrid/Descriptor.rb', line 805 def initialize(value='') @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
809 810 811 |
# File 'ruby/IceGrid/Descriptor.rb', line 809 def value @value end |