Class: EtherTalkPhase2

Inherits:
MiscEthernet show all
Defined in:
lib/ifconfig/linux/network_types.rb

Instance Attribute Summary

Attributes inherited from MiscEthernet

#addr

Attributes inherited from BasicNetworkType

#nettype

Instance Method Summary collapse

Methods inherited from MiscEthernet

#to_s

Constructor Details

#initialize(addr) ⇒ EtherTalkPhase2

Returns a new instance of EtherTalkPhase2.



43
44
45
46
# File 'lib/ifconfig/linux/network_types.rb', line 43

def initialize(addr)
  super(addr)
  @nettype = 'EtherTalk Phase 2'
end