Class: Jsapi::Meta::Schema::Array::Wrapper

Inherits:
Wrapper show all
Defined in:
lib/jsapi/meta/schema/array.rb

Instance Attribute Summary

Attributes inherited from Wrapper

#existence

Attributes inherited from Model::Wrapper

#definitions

Instance Method Summary collapse

Methods inherited from Wrapper

#default_value, #initialize

Methods inherited from Model::Wrapper

#==, #initialize, #inspect

Constructor Details

This class inherits a constructor from Jsapi::Meta::Schema::Wrapper

Instance Method Details

#itemsObject



8
9
10
# File 'lib/jsapi/meta/schema/array.rb', line 8

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