Class: Jsapi::Meta::Property::Wrapper

Inherits:
Model::Wrapper
  • Object
show all
Defined in:
lib/jsapi/meta/property.rb

Instance Method Summary collapse

Instance Method Details

#schemaObject



10
11
12
# File 'lib/jsapi/meta/property.rb', line 10

def schema
  @schema ||= Schema.wrap(super, definitions)
end