Class: Pwl::Dialog::CocoaTextDialog

Inherits:
CocoaDialog show all
Defined in:
lib/pwl/dialog/cocoa.rb

Instance Attribute Summary

Attributes inherited from Base

#prompt, #title

Instance Method Summary collapse

Methods inherited from CocoaDialog

#get_input

Methods inherited from SystemDialog

#command, #get_input

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Pwl::Dialog::Base

Instance Method Details

#typeObject



56
57
58
# File 'lib/pwl/dialog/cocoa.rb', line 56

def type
  'standard-inputbox'
end