Class: SlideField::ObjectRules::Image
- Defined in:
- lib/slidefield/objects/image.rb
Instance Method Summary collapse
Methods inherited from Base
#accepted_children, #default_value, get, #initialize, #matching_properties, #optional_properties, #properties_names, #properties_types, #required_properties, #requirements_of_child, #type_of_property
Constructor Details
This class inherits a constructor from SlideField::ObjectRules::Base
Instance Method Details
#rules ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/slidefield/objects/image.rb', line 3 def rules property :source, :string property :size, :point, [0,0] property :color, :color, [255, 255, 255, 255] super end |