You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #44, I'd love to be able to add programmatically-accessible documentation to individual attributes. This would require adding the ability to inspect an interaction's fitlers programmatically, too. Something like this:
classInteraction < ActiveInteraction::Baseboolean:a,desc: "It's an attribute, alright!"defexecute;endendInteraction.inputs[:a]# => "It's an attribute, alright!"
The text was updated successfully, but these errors were encountered:
Similar to #44, I'd love to be able to add programmatically-accessible documentation to individual attributes. This would require adding the ability to inspect an interaction's fitlers programmatically, too. Something like this:
The text was updated successfully, but these errors were encountered: