Class: Osaka::Keynote

Inherits:
TypicalApplication show all
Defined in:
lib/osaka/keynote.rb

Instance Attribute Summary

Attributes inherited from TypicalApplication

#wrapper

Instance Method Summary collapse

Methods inherited from TypicalApplication

#activate, #open, #print_dialog, #quit, #save

Constructor Details

#initializeKeynote



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