-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
The current documentation sates lists that a list may include only:
- Hash
- Array
- String
- Numeric
- Boolean
- IO
- Set
- nil
I've been looking over the code and was hoping theres was a way to define a formal class within a list. For example:
class Order
include Aws::Record
list_attribute :line_items, of: LineItem
endThe exact interface for how this would be accomplished is up for debate, but if this is a feature within the scope of this gem I would be willing to contribute it.
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.