u-attributes icon indicating copy to clipboard operation
u-attributes copied to clipboard

Create "immutable" objects with no setters, just getters.

Results 3 u-attributes issues
Sort by recently updated
recently updated
newest added

Hi Rodrigo! :wave: Let me start by thanking you for your work on the "micro" family of gems. Great stuff! I stumped across this bug earlier today. I couldn't override...

- [ ] #8 - [ ] #10 - [ ] #24 - [ ] #26 - [ ] #33

documentation

`Micro::Entity` a class to define readonly attributes with an initializer. ```ruby class UserData < Micro::Entity # The strict options will affect the initializer and types attributes with: [:acceptance], strict: true...

enhancement