Q. What does the attr_accessor method do in Ruby classes? (A) Defines only a reader method for class attributes (B) Defines only a writer method for class attributes (C) Defines constructor methods for class attributes (D) Defines both reader and writer methods for class attributes ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Defines both reader and writer methods for class attributes