Class: Arpoon::Table::Entry
- Inherits:
-
Struct
- Object
- Struct
- Arpoon::Table::Entry
- Defined in:
- lib/arpoon/table.rb
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def device @device end |
#flags ⇒ Object
Returns the value of attribute flags
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def flags @flags end |
#ip ⇒ Object
Returns the value of attribute ip
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def ip @ip end |
#mac ⇒ Object
Returns the value of attribute mac
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def mac @mac end |
#mask ⇒ Object
Returns the value of attribute mask
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def mask @mask end |
#type ⇒ Object
Returns the value of attribute type
47 48 49 |
# File 'lib/arpoon/table.rb', line 47 def type @type end |