Class: OsCtld::NetConfig::Route
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::NetConfig::Route
- Defined in:
- lib/osctld/net_config.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#version ⇒ Object
Returns the value of attribute version.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
15 16 17 |
# File 'lib/osctld/net_config.rb', line 15 def address @address end |
#prefix ⇒ Object
Returns the value of attribute prefix
15 16 17 |
# File 'lib/osctld/net_config.rb', line 15 def prefix @prefix end |
#version ⇒ Object
Returns the value of attribute version
15 16 17 |
# File 'lib/osctld/net_config.rb', line 15 def version @version end |
#via ⇒ Object
Returns the value of attribute via
15 16 17 |
# File 'lib/osctld/net_config.rb', line 15 def via @via end |