Module: IceBox::Service_mixin
- Included in:
- Service
- Defined in:
- lib/IceBox/IceBox.rb
Constant Summary collapse
- ICE_TYPE =
T_Service
Instance Method Summary collapse
-
#inspect ⇒ Object
Operation signatures.
Instance Method Details
#inspect ⇒ Object
Operation signatures.
def start(name, communicator, args) def stop()
98 99 100 |
# File 'lib/IceBox/IceBox.rb', line 98 def inspect ::Ice::__stringify(self, T_Service) end |