Class: Ice::SliceInfo
- Inherits:
-
Object
- Object
- Ice::SliceInfo
- Defined in:
- ruby/Ice/Value.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#compactId ⇒ Object
readonly
Returns the value of attribute compactId.
-
#hasOptionalMembers ⇒ Object
readonly
Returns the value of attribute hasOptionalMembers.
-
#instances ⇒ Object
readonly
Returns the value of attribute instances.
-
#isLastSlice ⇒ Object
readonly
Returns the value of attribute isLastSlice.
-
#typeId ⇒ Object
readonly
Returns the value of attribute typeId.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def bytes @bytes end |
#compactId ⇒ Object (readonly)
Returns the value of attribute compactId.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def compactId @compactId end |
#hasOptionalMembers ⇒ Object (readonly)
Returns the value of attribute hasOptionalMembers.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def hasOptionalMembers @hasOptionalMembers end |
#instances ⇒ Object (readonly)
Returns the value of attribute instances.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def instances @instances end |
#isLastSlice ⇒ Object (readonly)
Returns the value of attribute isLastSlice.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def isLastSlice @isLastSlice end |
#typeId ⇒ Object (readonly)
Returns the value of attribute typeId.
43 44 45 |
# File 'ruby/Ice/Value.rb', line 43 def typeId @typeId end |