-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
Describe the feature
Currently I can't explicitely access get_attribute or set_attribute, as its a private method.
Use Case
In several use cases, for example when trying to integrate with CarrierWave, I have to write instance_variable_get(:@data).get_attribute(column.to_sym) which is obviously ugly
Proposed Solution
Implement - similar to activerecord - to make get_attribute and set_attribute public methods.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
aws-sdk-ruby-record version used
latest
Environment details (OS name and version, etc.)
latest
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.