Class: Y2Network::Widgets::WirelessAuth::WirelessWepKeys
- Inherits:
-
CWM::PushButton
- Object
- CWM::PushButton
- Y2Network::Widgets::WirelessAuth::WirelessWepKeys
- Defined in:
- src/lib/y2network/widgets/wireless_auth.rb
Overview
Button for showing WEP Keys dialog
Instance Method Summary collapse
- #handle ⇒ Object
-
#initialize(settings) ⇒ WirelessWepKeys
constructor
A new instance of WirelessWepKeys.
- #label ⇒ Object
Constructor Details
#initialize(settings) ⇒ WirelessWepKeys
107 108 109 110 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 107 def initialize(settings) @settings = settings textdomain "network" end |
Instance Method Details
#handle ⇒ Object
116 117 118 119 120 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 116 def handle Y2Network::Dialogs::WirelessWepKeys.run(@settings) nil end |
#label ⇒ Object
112 113 114 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 112 def label _("&WEP Keys") end |