Class: Babl::Schema::Object::Property
- Inherits:
-
Object
- Object
- Babl::Schema::Object::Property
- Defined in:
- lib/babl/schema/object.rb
Instance Method Summary collapse
-
#initialize(name, value, required) ⇒ Property
constructor
A new instance of Property.
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 |