Class: IceGrid::BoxedString
- Inherits:
-
Ice::Value
- Object
- Ice::Value
- IceGrid::BoxedString
- Defined in:
- lib/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.
843 844 845 |
# File 'lib/IceGrid/Descriptor.rb', line 843 def initialize(value='') @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
847 848 849 |
# File 'lib/IceGrid/Descriptor.rb', line 847 def value @value end |