Q. What is the purpose of the attr_reader method in Ruby classes? (A) To define getter methods for class attributes (B) To define setter methods for class attributes (C) To define both getter and setter methods for class attributes (D) To define private methods for class attributes ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To define getter methods for class attributes