Class: Ice::SliceInfo

Inherits:
Object
  • Object
show all
Defined in:
ruby/Ice/Value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def bytes
  @bytes
end

#compactIdObject (readonly)

Returns the value of attribute compactId.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def compactId
  @compactId
end

#hasOptionalMembersObject (readonly)

Returns the value of attribute hasOptionalMembers.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def hasOptionalMembers
  @hasOptionalMembers
end

#instancesObject (readonly)

Returns the value of attribute instances.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def instances
  @instances
end

#isLastSliceObject (readonly)

Returns the value of attribute isLastSlice.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def isLastSlice
  @isLastSlice
end

#typeIdObject (readonly)

Returns the value of attribute typeId.



43
44
45
# File 'ruby/Ice/Value.rb', line 43

def typeId
  @typeId
end