Class: Sketchup::Importer
Constant Summary collapse
- ImportSuccess =
0
- ImportFail =
1
- ImportCanceled =
2
- ImporterNotFound =
3
- ImportFileNotFound =
4
Instance Method Summary collapse
- #description ⇒ Object
- #do_options ⇒ Object
- #file_extension ⇒ Object
- #id ⇒ Object
- #load_file ⇒ Object
- #supports_options? ⇒ Boolean
Instance Method Details
#description ⇒ Object
10 11 |
# File 'lib/importer.rb', line 10 def description end |
#do_options ⇒ Object
13 14 |
# File 'lib/importer.rb', line 13 def end |
#file_extension ⇒ Object
16 17 |
# File 'lib/importer.rb', line 16 def file_extension end |
#id ⇒ Object
19 20 |
# File 'lib/importer.rb', line 19 def id end |
#load_file ⇒ Object
22 23 |
# File 'lib/importer.rb', line 22 def load_file end |
#supports_options? ⇒ Boolean
25 26 |
# File 'lib/importer.rb', line 25 def end |