Class: Arpoon::Table::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/arpoon/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deviceObject

Returns the value of attribute device

Returns:

  • (Object)

    the current value of device



47
48
49
# File 'lib/arpoon/table.rb', line 47

def device
  @device
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



47
48
49
# File 'lib/arpoon/table.rb', line 47

def flags
  @flags
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



47
48
49
# File 'lib/arpoon/table.rb', line 47

def ip
  @ip
end

#macObject

Returns the value of attribute mac

Returns:

  • (Object)

    the current value of mac



47
48
49
# File 'lib/arpoon/table.rb', line 47

def mac
  @mac
end

#maskObject

Returns the value of attribute mask

Returns:

  • (Object)

    the current value of mask



47
48
49
# File 'lib/arpoon/table.rb', line 47

def mask
  @mask
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



47
48
49
# File 'lib/arpoon/table.rb', line 47

def type
  @type
end