Class: Osaka::Keynote
- Inherits:
-
TypicalApplication
- Object
- TypicalApplication
- Osaka::Keynote
- Defined in:
- lib/osaka/keynote.rb
Instance Attribute Summary
Attributes inherited from TypicalApplication
Instance Method Summary collapse
- #create_print_dialog(location) ⇒ Object
-
#initialize ⇒ Keynote
constructor
A new instance of Keynote.
Methods inherited from TypicalApplication
#activate, #open, #print_dialog, #quit, #save
Constructor Details
#initialize ⇒ Keynote
10 11 12 |
# File 'lib/osaka/keynote.rb', line 10 def initialize super "Keynote" end |
Instance Method Details
#create_print_dialog(location) ⇒ Object
14 15 16 |
# File 'lib/osaka/keynote.rb', line 14 def create_print_dialog(location) KeynotePrintDialog.new(location, app) end |