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.



150
151
152
# File 'lib/Ice.rb', line 150

def bytes
  @bytes
end

#objectsObject

Returns the value of attribute objects.



150
151
152
# File 'lib/Ice.rb', line 150

def objects
  @objects
end

#typeIdObject

Returns the value of attribute typeId.



150
151
152
# File 'lib/Ice.rb', line 150

def typeId
  @typeId
end