Class: Ice::SliceInfo
- Inherits:
-
Object
- Object
- Ice::SliceInfo
- Defined in:
- lib/Ice.rb
Overview
SliceInfo
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#compactId ⇒ Object
Returns the value of attribute compactId.
-
#hasOptionalMembers ⇒ Object
Returns the value of attribute hasOptionalMembers.
-
#instances ⇒ Object
Returns the value of attribute instances.
-
#isLastSlice ⇒ Object
Returns the value of attribute isLastSlice.
-
#typeId ⇒ Object
Returns the value of attribute typeId.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes.
189 190 191 |
# File 'lib/Ice.rb', line 189 def bytes @bytes end |
#compactId ⇒ Object
Returns the value of attribute compactId.
189 190 191 |
# File 'lib/Ice.rb', line 189 def compactId @compactId end |
#hasOptionalMembers ⇒ Object
Returns the value of attribute hasOptionalMembers.
189 190 191 |
# File 'lib/Ice.rb', line 189 def hasOptionalMembers @hasOptionalMembers end |
#instances ⇒ Object
Returns the value of attribute instances.
189 190 191 |
# File 'lib/Ice.rb', line 189 def instances @instances end |
#isLastSlice ⇒ Object
Returns the value of attribute isLastSlice.
189 190 191 |
# File 'lib/Ice.rb', line 189 def isLastSlice @isLastSlice end |
#typeId ⇒ Object
Returns the value of attribute typeId.
189 190 191 |
# File 'lib/Ice.rb', line 189 def typeId @typeId end |