Class: Jsapi::Meta::Schema::Array::Wrapper
- Inherits:
-
Wrapper
- Object
- SimpleDelegator
- Model::Wrapper
- Wrapper
- Jsapi::Meta::Schema::Array::Wrapper
- Defined in:
- lib/jsapi/meta/schema/array.rb
Instance Attribute Summary
Attributes inherited from Wrapper
Attributes inherited from Model::Wrapper
Instance Method Summary collapse
Methods inherited from Wrapper
Methods inherited from Model::Wrapper
Constructor Details
This class inherits a constructor from Jsapi::Meta::Schema::Wrapper
Instance Method Details
#items ⇒ Object
8 9 10 |
# File 'lib/jsapi/meta/schema/array.rb', line 8 def items @items ||= Schema.wrap(super, definitions) end |