Class: Ice::SliceInfo

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

Overview

SliceInfo

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



189
190
191
# File 'lib/Ice.rb', line 189

def bytes
  @bytes
end

#compactIdObject

Returns the value of attribute compactId.



189
190
191
# File 'lib/Ice.rb', line 189

def compactId
  @compactId
end

#hasOptionalMembersObject

Returns the value of attribute hasOptionalMembers.



189
190
191
# File 'lib/Ice.rb', line 189

def hasOptionalMembers
  @hasOptionalMembers
end

#instancesObject

Returns the value of attribute instances.



189
190
191
# File 'lib/Ice.rb', line 189

def instances
  @instances
end

#isLastSliceObject

Returns the value of attribute isLastSlice.



189
190
191
# File 'lib/Ice.rb', line 189

def isLastSlice
  @isLastSlice
end

#typeIdObject

Returns the value of attribute typeId.



189
190
191
# File 'lib/Ice.rb', line 189

def typeId
  @typeId
end