Class: IceGrid::BoxedString

Inherits:
Ice::Value show all
Defined in:
lib/IceGrid/Descriptor.rb

Instance Attribute Summary collapse

Attributes inherited from Ice::Value

#_ice_slicedData

Instance Method Summary collapse

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

#valueObject

Returns the value of attribute value.



847
848
849
# File 'lib/IceGrid/Descriptor.rb', line 847

def value
  @value
end