Class: Kanrisuru::Core::IP::IPRoute
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::IP::IPRoute
- Defined in:
- lib/kanrisuru/core/ip/types.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#device ⇒ Object
Returns the value of attribute device.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#metric ⇒ Object
Returns the value of attribute metric.
-
#preferred_source ⇒ Object
Returns the value of attribute preferred_source.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def destination @destination end |
#device ⇒ Object
Returns the value of attribute device
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def device @device end |
#flags ⇒ Object
Returns the value of attribute flags
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def flags @flags end |
#gateway ⇒ Object
Returns the value of attribute gateway
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def gateway @gateway end |
#metric ⇒ Object
Returns the value of attribute metric
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def metric @metric end |
#preferred_source ⇒ Object
Returns the value of attribute preferred_source
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def preferred_source @preferred_source end |
#protocol ⇒ Object
Returns the value of attribute protocol
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def protocol @protocol end |
#scope ⇒ Object
Returns the value of attribute scope
29 30 31 |
# File 'lib/kanrisuru/core/ip/types.rb', line 29 def scope @scope end |