I'm adding some meta-methods to a plugin and would really like to be able to know if an attribute is protected or not in my model. Unusually, googing hasn't turned up an answer. I know I could try an assignment and then rescue the exception (assuming the default whiny behaviour is on) but thats not a pleasing approach.
Thanks for any help or pointers,
--Kip