Skip to content

List of classes #96

Description

@arjes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions