Method: Jdoc::Property#initialize
- Defined in:
- lib/jdoc/property.rb
#initialize(name: nil, schema: nil) ⇒ Property
Returns a new instance of Property.
7 8 9 10 |
# File 'lib/jdoc/property.rb', line 7 def initialize(name: nil, schema: nil) @name = name @schema = schema end |