Class: Net::Veth

Inherits:
Struct
  • Object
show all
Defined in:
lib/nub/net.rb

Overview

Virtual Ethernet NIC object

Instance Attribute Summary collapse

Instance Attribute Details

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



144
145
146
# File 'lib/nub/net.rb', line 144

def ip
  @ip
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



144
145
146
# File 'lib/nub/net.rb', line 144

def name
  @name
end