Method: Jdoc::Property#type
- Defined in:
- lib/jdoc/property.rb
#type ⇒ String?
Returns Possible types defined in type property.
53 54 55 56 57 |
# File 'lib/jdoc/property.rb', line 53 def type unless @schema.type.empty? @schema.type.join(", ") end end |