Module: Ice::Properties_mixin

Included in:
Properties
Defined in:
lib/Ice/Properties.rb

Constant Summary collapse

ICE_TYPE =
T_Properties

Instance Method Summary collapse

Instance Method Details

#inspectObject

Operation signatures.

def getProperty(key) def getPropertyWithDefault(key, value) def getPropertyAsInt(key) def getPropertyAsIntWithDefault(key, value) def getPropertyAsList(key) def getPropertyAsListWithDefault(key, value) def getPropertiesForPrefix(prefix) def setProperty(key, value) def getCommandLineOptions() def parseCommandLineOptions(prefix, options) def parseIceCommandLineOptions(options) def load(file) def _clone()



47
48
49
# File 'lib/Ice/Properties.rb', line 47

def inspect
    ::Ice::__stringify(self, T_Properties)
end