Class: Racket::L2::VTPSummaryAdvertisement
- Inherits:
-
VTPGeneric
- Object
- BitStruct
- RacketPart
- VTPGeneric
- Racket::L2::VTPSummaryAdvertisement
- Defined in:
- lib/racket/l2/vtp.rb
Instance Attribute Summary
Attributes inherited from RacketPart
Instance Method Summary collapse
-
#initialize(*args) ⇒ VTPSummaryAdvertisement
constructor
A new instance of VTPSummaryAdvertisement.
Methods inherited from VTPGeneric
Methods inherited from RacketPart
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 |