Class: Babl::Schema::Object::Property

Inherits:
Object
  • Object
show all
Defined in:
lib/babl/schema/object.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, value, required) ⇒ Property

Returns a new instance of Property.



16
17
18
# File 'lib/babl/schema/object.rb', line 16

def initialize(name, value, required)
    super(name, value, required)
end