Describe the feature
When creating an attribute with numeric_set_attr, I get the following error:
/usr/local/bundle/gems/aws-record-2.14.0/lib/aws-record/record/attributes.rb:437:in 'BasicObject#initialize': wrong number of arguments (given 1, expected 0) (ArgumentError)
attr(name, Marshalers::NumericSetMarshaler.new(opts), opts)
It looks like the initializer for Marshalers::NumericSetMarshaler is not properly defined. I'll submit a pull request.
Use Case
n/a
Proposed Solution
I will submit a PR
Other Information
No response
Acknowledgements
aws-sdk-ruby-record version used
2.15.2
Environment details (OS name and version, etc.)
Linux
Describe the feature
When creating an attribute with
numeric_set_attr, I get the following error:It looks like the initializer for
Marshalers::NumericSetMarshaleris not properly defined. I'll submit a pull request.Use Case
n/a
Proposed Solution
I will submit a PR
Other Information
No response
Acknowledgements
aws-sdk-ruby-record version used
2.15.2
Environment details (OS name and version, etc.)
Linux