Class: SlideField::ObjectRules::Song

Inherits:
SBase
  • Object
show all
Defined in:
lib/slidefield/objects/song.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

#rulesObject



3
4
5
6
7
8
9
# File 'lib/slidefield/objects/song.rb', line 3

def rules
  property :source, :string
  property :volume, :integer, 100
  property :loop, :boolean, true

  super
end