Class: OsCtld::NetConfig::NetIf
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::NetConfig::NetIf
- Defined in:
- lib/osctld/net_config.rb
Instance Attribute Summary collapse
-
#ips ⇒ Object
Returns the value of attribute ips.
-
#name ⇒ Object
Returns the value of attribute name.
-
#routes ⇒ Object
Returns the value of attribute routes.
Instance Attribute Details
#ips ⇒ Object
Returns the value of attribute ips
13 14 15 |
# File 'lib/osctld/net_config.rb', line 13 def ips @ips end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/osctld/net_config.rb', line 13 def name @name end |
#routes ⇒ Object
Returns the value of attribute routes
13 14 15 |
# File 'lib/osctld/net_config.rb', line 13 def routes @routes end |