Class: Y2Network::Widgets::S390Button
- Inherits:
-
CWM::PushButton
- Object
- CWM::PushButton
- Y2Network::Widgets::S390Button
- Defined in:
- src/lib/y2network/widgets/s390_button.rb
Instance Method Summary collapse
- #handle ⇒ Object
-
#initialize ⇒ S390Button
constructor
A new instance of S390Button.
- #label ⇒ Object
Constructor Details
#initialize ⇒ S390Button
Returns a new instance of S390Button.
25 26 27 |
# File 'src/lib/y2network/widgets/s390_button.rb', line 25 def initialize textdomain "network" end |
Instance Method Details
#handle ⇒ Object
33 34 35 36 |
# File 'src/lib/y2network/widgets/s390_button.rb', line 33 def handle # return symbol for sequencer :s390 end |
#label ⇒ Object
29 30 31 |
# File 'src/lib/y2network/widgets/s390_button.rb', line 29 def label _("&S/390") end |