wrstudios / odata4

Simple OData V4.0 Library for Ruby
Other
2 stars 2 forks source link

Add support for Collection-valued properties #11

Closed PandaWhisperer closed 6 years ago

PandaWhisperer commented 6 years ago

Background

OData properties can be collections of any built-in primitive or derived data type, but the gem currently only supports this for navigation properties.

We should support regular collection-valued properties as well.

Implementation Notes

Add a new property class called Collection, whose value is an array of any arbitrary property type.