Class: Sketchup::Importer

Inherits:
Object show all
Defined in:
lib/importer.rb

Constant Summary collapse

ImportSuccess =
0
ImportFail =
1
ImportCanceled =
2
ImporterNotFound =
3
ImportFileNotFound =
4

Instance Method Summary collapse

Instance Method Details

#descriptionObject



10
11
# File 'lib/importer.rb', line 10

def description
end

#do_optionsObject



13
14
# File 'lib/importer.rb', line 13

def do_options
end

#file_extensionObject



16
17
# File 'lib/importer.rb', line 16

def file_extension
end

#idObject



19
20
# File 'lib/importer.rb', line 19

def id
end

#load_fileObject



22
23
# File 'lib/importer.rb', line 22

def load_file
end

#supports_options?Boolean

Returns:

  • (Boolean)


25
26
# File 'lib/importer.rb', line 25

def supports_options?
end