Class: Sketchup::ShadowInfo
- Inherits:
-
Entity
show all
- Includes:
- Enumerable
- Defined in:
- lib/shadow_info.rb
Instance Method Summary
collapse
Methods inherited from Entity
#attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
13
14
|
# File 'lib/shadow_info.rb', line 13
def []
end
|
15
16
|
# File 'lib/shadow_info.rb', line 15
def []=
end
|
#add_observer ⇒ Object
17
18
|
# File 'lib/shadow_info.rb', line 17
def add_observer
end
|
19
20
|
# File 'lib/shadow_info.rb', line 19
def each
end
|
21
22
|
# File 'lib/shadow_info.rb', line 21
def each_key
end
|
#each_pair ⇒ Object
23
24
|
# File 'lib/shadow_info.rb', line 23
def each_pair
end
|
25
26
|
# File 'lib/shadow_info.rb', line 25
def keys
end
|
#length ⇒ Object
Also known as:
size
9
10
|
# File 'lib/shadow_info.rb', line 9
def length
end
|
#remove_observer ⇒ Object
27
28
|
# File 'lib/shadow_info.rb', line 27
def remove_observer
end
|