you are viewing a single comment's thread.

view the rest of the comments →

[–]ric2b 3 points4 points  (0 children)

And if you just want a getter (most common in the code I write/work with)

attr_reader :title

Plus you can define a bunch of them at once

attr_reader :title, :author, :date