Class: Sketchup::Style
Instance Method Summary
collapse
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
#description ⇒ Object
3
4
|
# File 'lib/style.rb', line 3
def description
end
|
#description= ⇒ Object
5
6
|
# File 'lib/style.rb', line 5
def description=
end
|
7
8
|
# File 'lib/style.rb', line 7
def name
end
|
9
10
|
# File 'lib/style.rb', line 9
def name=
end
|