Class: Sketchup::Classifications

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/classifications.rb

Overview

The Classifications class is a container/manager for all classifications in a model.

Instance Method Summary collapse

Instance Method Details

#[]Object



8
9
# File 'lib/classifications.rb', line 8

def []
end

#eachObject



17
18
# File 'lib/classifications.rb', line 17

def each
end

#keysObject



23
24
# File 'lib/classifications.rb', line 23

def keys
end

#lengthObject



11
12
# File 'lib/classifications.rb', line 11

def  length
end

#load_schemaObject



20
21
# File 'lib/classifications.rb', line 20

def  load_schema
end

#sizeObject



26
27
# File 'lib/classifications.rb', line 26

def size
end

#unload_schemaObject



14
15
# File 'lib/classifications.rb', line 14

def  unload_schema
end