Class: Sketchup::Classifications
- 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
- #[] ⇒ Object
- #each ⇒ Object
- #keys ⇒ Object
- #length ⇒ Object
- #load_schema ⇒ Object
- #size ⇒ Object
- #unload_schema ⇒ Object
Instance Method Details
#[] ⇒ Object
8 9 |
# File 'lib/classifications.rb', line 8 def [] end |
#each ⇒ Object
17 18 |
# File 'lib/classifications.rb', line 17 def each end |
#keys ⇒ Object
23 24 |
# File 'lib/classifications.rb', line 23 def keys end |
#length ⇒ Object
11 12 |
# File 'lib/classifications.rb', line 11 def length end |
#load_schema ⇒ Object
20 21 |
# File 'lib/classifications.rb', line 20 def load_schema end |
#size ⇒ Object
26 27 |
# File 'lib/classifications.rb', line 26 def size end |
#unload_schema ⇒ Object
14 15 |
# File 'lib/classifications.rb', line 14 def unload_schema end |