Class: IPX_EthernetII

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) ⇒ IPX_EthernetII

Returns a new instance of IPX_EthernetII.



22
23
24
25
# File 'lib/ifconfig/linux/network_types.rb', line 22

def initialize(addr)
  super(addr)
  @nettype = 'IPX/Ethernet II'
end