Class: UIC::Property::Boolean
- Inherits:
-
UIC::Property
- Object
- UIC::Property
- UIC::Property::Boolean
- Defined in:
- lib/ruic/attributes.rb
Constant Summary
Constants inherited from UIC::Property
Color, Float2, FontSize, Import, Mesh, MultiLineString, Renderable, Rotation, StringListOrInt
Instance Attribute Summary
Attributes inherited from UIC::Property
Instance Method Summary collapse
Methods inherited from UIC::Property
#description, #formal, #initialize, #inspect, #max, #min, #name, #type
Constructor Details
This class inherits a constructor from UIC::Property
Instance Method Details
#get(asset, slide) ⇒ Object
43 |
# File 'lib/ruic/attributes.rb', line 43 def get(asset,); super=='True'; end |
#set(asset, new_value, slide_name_or_index) ⇒ Object
44 45 46 |
# File 'lib/ruic/attributes.rb', line 44 def set(asset,new_value,) super( asset, new_value ? 'True' : 'False', ) end |