aws / aws/aws-record-ruby

List of classes

Open
#96 1 comment 0 reactions 0 assignees View on GitHub
feature-request
Dominant language
Ruby
Stars
318
Forks
43
Avg merge
19h
Merged PRs (30d)
1

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:

```ruby
class Order
include Aws::Record
list_attribute :line_items, of: LineItem
end
```

The 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.