Class: Ice::InterfaceByValue
Instance Attribute Summary
Attributes inherited from Value
Instance Method Summary collapse
- #ice_id ⇒ Object
-
#initialize(id) ⇒ InterfaceByValue
constructor
A new instance of InterfaceByValue.
Methods inherited from Value
#ice_getSlicedData, ice_staticId, #inspect
Constructor Details
#initialize(id) ⇒ InterfaceByValue
Returns a new instance of InterfaceByValue.
146 147 148 |
# File 'lib/Ice.rb', line 146 def initialize(id) @id = id end |
Instance Method Details
#ice_id ⇒ Object
150 151 152 |
# File 'lib/Ice.rb', line 150 def ice_id @id end |