Class: Y2Network::Widgets::S390Button

Inherits:
CWM::PushButton
  • Object
show all
Defined in:
src/lib/y2network/widgets/s390_button.rb

Instance Method Summary collapse

Constructor Details

#initializeS390Button

Returns a new instance of S390Button.



25
26
27
28
# File 'src/lib/y2network/widgets/s390_button.rb', line 25

def initialize
  super
  textdomain "network"
end

Instance Method Details

#handleObject



34
35
36
37
# File 'src/lib/y2network/widgets/s390_button.rb', line 34

def handle
  # return symbol for sequencer
  :s390
end

#labelObject



30
31
32
# File 'src/lib/y2network/widgets/s390_button.rb', line 30

def label
  _("&S/390")
end