Ruby On Rails Interview Questions and Answers
Ques. How would you create getter and setter methods in Ruby?Ans. Setter and getter methods in Ruby are generated with the attr_accessor method. attr_accessor is used to generate instance variables for data that’s not stored in your database column. |
Is it helpful?
Yes
No
Most helpful rated by users: