Class: Sketchup::ShadowInfo
- Inherits:
-
Entity
show all
- Includes:
- Enumerable
- Defined in:
- lib/shadowinfo.rb
Instance Method Summary
(collapse)
Methods included from Enumerable
#all?, #any?, #collect, #detect, #each_with_index, #entries, #find, #find_all, #grep, #inject, #map, #max, #member?, #min, #partition, #reject, #select, #sort, #sort_by, #zip
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
5
6
|
# File 'lib/shadowinfo.rb', line 5
def []
end
|
7
8
|
# File 'lib/shadowinfo.rb', line 7
def []=
end
|
- (Object) add_observer
9
10
|
# File 'lib/shadowinfo.rb', line 9
def add_observer
end
|
11
12
|
# File 'lib/shadowinfo.rb', line 11
def each
end
|
- (Object) each_key
13
14
|
# File 'lib/shadowinfo.rb', line 13
def each_key
end
|
- (Object) each_pair
15
16
|
# File 'lib/shadowinfo.rb', line 15
def each_pair
end
|
17
18
|
# File 'lib/shadowinfo.rb', line 17
def keys
end
|
- (Object) remove_observer
19
20
|
# File 'lib/shadowinfo.rb', line 19
def remove_observer
end
|