Class: Y2Network::Backends::Netconfig
- Inherits:
-
Y2Network::Backend
- Object
- Y2Network::Backend
- Y2Network::Backends::Netconfig
- Defined in:
- src/lib/y2network/backends/netconfig.rb
Overview
This class represents the Netconfig backend
Instance Attribute Summary
Attributes inherited from Y2Network::Backend
Instance Method Summary collapse
-
#initialize ⇒ Netconfig
constructor
A new instance of Netconfig.
-
#label ⇒ Object
Methods inherited from Y2Network::Backend
all, available, #available?, by_id, #name
Constructor Details
#initialize ⇒ Netconfig
Returns a new instance of Netconfig.
26 27 28 29 |
# File 'src/lib/y2network/backends/netconfig.rb', line 26 def initialize textdomain "network" super(:netconfig) end |
Instance Method Details
#label ⇒ Object
31 32 33 |
# File 'src/lib/y2network/backends/netconfig.rb', line 31 def label _("Traditional ifup") end |