Class: TCWrapper::ClassHTB

Inherits:
Class show all
Defined in:
lib/distem/wrapper/tc/classhtb.rb

Constant Summary

TYPE =
"htb"

Constants inherited from Class

TCWrapper::Class::WTYPE

Constants inherited from Wrapper

Wrapper::CMDBIN

Instance Attribute Summary

Attributes inherited from Class

#id, #parentid

Instance Method Summary (collapse)

Methods inherited from Class

#get_cmd

Methods inherited from Wrapper

#add_param, #get_cmd, #get_params

Constructor Details

- (ClassHTB) initialize(iface, parent, params = Hash.new)

Returns a new instance of ClassHTB



7
8
9
# File 'lib/distem/wrapper/tc/classhtb.rb', line 7

def initialize(iface,parent,params=Hash.new)
  super(iface,parent,TYPE,params)
end