Class: Racket::L2::VTPSummaryAdvertisement

Inherits:
VTPGeneric show all
Defined in:
lib/racket/l2/vtp.rb

Instance Attribute Summary

Attributes inherited from RacketPart

#autofix

Instance Method Summary collapse

Methods inherited from VTPGeneric

#fix!

Methods inherited from RacketPart

#autofix?, #fix!, #pretty

Constructor Details

#initialize(*args) ⇒ VTPSummaryAdvertisement

Returns a new instance of VTPSummaryAdvertisement.



97
98
99
100
# File 'lib/racket/l2/vtp.rb', line 97

def initialize(*args)
  super(*args)
  self.code = 1
end