Class: IControl::Networking::RouteTable::RouteDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::RouteTable::RouteDefinition
- Defined in:
- lib/icontrol/networking/route_table.rb,
lib/icontrol/networking/route_table.rb
Overview
A struct that describes a route.
Instance Attribute Summary collapse
-
#destination ⇒ String
The IP address of the destination.
-
#netmask ⇒ String
The netmask of the destination.
Instance Attribute Details
#destination ⇒ String
The IP address of the destination.
396 397 398 |
# File 'lib/icontrol/networking/route_table.rb', line 396 def destination @destination end |
#netmask ⇒ String
The netmask of the destination.
396 397 398 |
# File 'lib/icontrol/networking/route_table.rb', line 396 def netmask @netmask end |