Class: IceGrid::LoadBalancingPolicy

Inherits:
Ice::Value show all
Defined in:
ruby/IceGrid/Descriptor.rb

Instance Attribute Summary collapse

Attributes inherited from Ice::Value

#_ice_slicedData

Instance Method Summary collapse

Methods inherited from Ice::Value

#ice_getSlicedData, #ice_id, ice_staticId, #inspect

Constructor Details

#initialize(nReplicas = '') ⇒ LoadBalancingPolicy

Returns a new instance of LoadBalancingPolicy.



603
604
605
# File 'ruby/IceGrid/Descriptor.rb', line 603

def initialize(nReplicas='')
    @nReplicas = nReplicas
end

Instance Attribute Details

#nReplicasObject

Returns the value of attribute nReplicas.



607
608
609
# File 'ruby/IceGrid/Descriptor.rb', line 607

def nReplicas
  @nReplicas
end