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
Returns a new instance of WirelessWepKeys.
116 117 118 119 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 116 def initialize(settings) @settings = settings textdomain "network" end |
Instance Method Details
#handle ⇒ Object
125 126 127 128 129 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 125 def handle Y2Network::Dialogs::WirelessWepKeys.run(@settings) nil end |
#label ⇒ Object
121 122 123 |
# File 'src/lib/y2network/widgets/wireless_auth.rb', line 121 def label _("&WEP Keys") end |